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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -