Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

218
Views
Files will not move or copy from folder on file system to local bucket

I am using the command

aws s3 mv --recursive Folder s3://bucket/dsFiles/

The aws console is not giving me any feedback. I change the permissions of the directory

sudo chmod -R 666 ds000007_R2.0.1/

It looks like AWS is passing through those files and giving "File does not exist" for every directory.

I am confused about why AWS is not actually performing the copy is there some size limitation or recursion depth limitation?

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I believe you want to cp, not mv. Try the following:

aws s3 cp $local/folder s3://your/bucket --recursive --include "*".

Source, my answer here.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!