Skip to content

Commit 388c9d3

Browse files
committed
add upload_pfops.py
1 parent 26961e4 commit 388c9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/upload_pfops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# access_key = '...'
77
# secret_key = '...'
88

9-
#初始化Auth状态
9+
# 初始化Auth状态
1010
q = Auth(access_key, secret_key)
1111

12-
#你要测试的空间, 并且这个key在你空间中存在
12+
# 你要测试的空间, 并且这个key在你空间中存在
1313
bucket_name = 'Bucket_Name'
1414
key = 'python_video.flv'
1515

0 commit comments

Comments
 (0)