Skip to content

Commit

Permalink
update to 1.8.6.32
Browse files Browse the repository at this point in the history
  • Loading branch information
lewzylu(卢众意) committed Aug 15, 2023
1 parent 2558ff5 commit ec50060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions coscmd/cos_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def __call__(self, r):


if __name__ == "__main__":
url = 'http://Lewzylu01-1252448703.cn-south.myqcloud.com/a.txt'
url = 'http://test-1234567890.region.myqcloud.com/a.txt'
request = requests.session()
secret_id = 'AKID15IsskiBQKTZbAo6WhgcBqVls9SmuG00'
secret_key = 'ciivKvnnrMvSvQpMAWuIz12pThGGlWRW'
secret_id = ''
secret_key = ''
rt = request.get(url=url+"", auth=CosS3Auth(secret_id, secret_key))
2 changes: 1 addition & 1 deletion coscmd/cos_global.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Version = "1.8.6.31"
Version = "1.8.6.32"

0 comments on commit ec50060

Please sign in to comment.