aws-s3
aws-s3 copied to clipboard
POST Object restore support
Hi.
I accidentally backed up my whole bucket to glacier. This is great, except that the files are no longer in S3. I need to restore them all to S3 and since there are a lot - I would prefer to do this programmatically.
I have tried hacking together a method on S3Object called restore_form_glacier but I am having no luck with the signature.
Any plans to support this in the gem? Any ideas why the signature is not working for my custom method?