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:
Cheng Zhao 2014-11-21 16:41:16 +08:00
parent ac914e1f19
commit e4d9dbcfa2

View file

@ -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