Answer the question
In order to leave comments, you need to log in
How to recursively change the extensions of "files" in an S3 bucket?
There is an S3 bucket with "folders" that store a lot of "files". Some files have the JPG extension (in upper case).
How can I recursively bypass all "folders" and change the extension of these particular files to lower case?
Answer the question
In order to leave comments, you need to log in
It is impossible recursively because there are no files and structures there. You can use LIST operations. You will have to receive all the invalid objects and transfer them to a new address. You can still play around with AWS s3 sync if the operation is one-time
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question