Skip to content

Commit

Permalink
支持临时ak/sk进行上传、下载数据
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchuanxin committed Nov 12, 2024
1 parent 4956e3d commit e330eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def updateAuthInfo(self, ak, sk, projectid, region, xSecrityToken):
self.sk = sk
self.projectid = projectid
self.region = region
self.xSecrityToken = xSecrityToken;
self.xSecrityToken = xSecrityToken

def setUserAgent(self, useragent):
self._useragent = useragent
Expand Down

0 comments on commit e330eb3

Please sign in to comment.