Reputation: 168
I'm trying to change the all uploaded image file extension. If image in .png,.gif,.jpeg, then it should be .jpg format. I don't want to download all image file from S3 bucket. I want to perform this process on S3 bucket itself. please let me know the right approach and solution for this.
Upvotes: 2
Views: 3108
Reputation: 269480
There is no capability in Amazon S3 to change the content of a file. There is no functionality to convert file formats.
An alternative method would be:
Upvotes: 6