I have a rails 3.2 app. Using fog to store files in S3.
I would like to write a script to rename all of the files that have been uploaded. I can’t seem to find any fog documentation in this area.
Is this possible with fog? Do I need another gem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The bad news is you need to do a get/create/destroy
The good news is if you’re doing it from ec2 in the same region it will probably happen as fast as renaming a file on your local computer