Don't overwrite files on S3
This commit is contained in:
parent
caa0634df8
commit
45fb3ec41d
2 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue