Don't overwrite files on S3

This commit is contained in:
Cheng Zhao 2014-11-07 21:45:40 +08:00
parent caa0634df8
commit 45fb3ec41d
2 changed files with 7 additions and 6 deletions

View file

@ -183,6 +183,7 @@ 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