mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-29 08:39:03 +08:00
Do not use no_overwrite mode.
Sometimes it would prevent uploading even when the file doesn't exist in S3.
This commit is contained in:
@@ -183,7 +183,6 @@ def s3put(bucket, access_key, secret_key, prefix, key_prefix, files):
|
||||
'--secret_key', secret_key,
|
||||
'--prefix', prefix,
|
||||
'--key_prefix', key_prefix,
|
||||
'--no_overwrite',
|
||||
'--grant', 'public-read'
|
||||
] + files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user