mirror of
https://github.com/electron/electron.git
synced 2026-01-09 23:48:01 -05: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