What does BucketAlreadyOwnedByYou error (from Amazon S3) actually mean? I can't find any reason affe
- by Phyo Wai Win
Hi there,
I am using Amazon S3 to back up my Rails app's mysql database. And I am using astrails-safe plugin to do that and I got the "Your previous request to create the named bucket succeeded and you already own it. (AWS::S3::BucketAlreadyOwnedByYou)" error back whenever I try to update it.
I have checked that the folder in which I am going to back up is there in my account already. It's just that I can't upload the files from the code (using astrails-safe).
Any help would be appreciated!
Thanks.