python - S4cmd giving permission denied error -


i installed s4cmd on ec2 ubuntu instance, when trying run giving below

error:-bash: /usr/local/bin/s4cmd: permission denied

i tried sudo -s, updating pip & advised in other questions. none of them working me.

as of now, using s3cmd. put requests ec2 either dreamobjects or centurylink object storage painfully slow. uploading one-by-one. project demands uploading extremely large number (over million) of small objects.

this quite possibly not useful answer, trying execute file when doesn't have permission executable. go /usr/local/bin/ directory , try following command

chmod +x s4cmd 

and see if works...


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -