amazon s3 - Overwrite files with s3cmd -


i try upload files s3 bucket using s3cmd. works fine should, files exist not overwritten saved new file "filename-1.ext".

i have found the

-f, --force (force overwrite , other dangerous operations.) 

command @ http://s3tools.org/usage , tried

s3cmd put ~/desktop/filename.ext  s3://mybucket -f 

but files still saved new , not overwritten. have idea? help!

these days recommended use aws command-line interface (cli).

it has aws s3 cp command retains requested name.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -