What does BucketAlreadyOwnedByYou error (from Amazon S3) actually mean? I can't find any reason affe
        Posted  
        
            by Phyo Wai Win
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Phyo Wai Win
        
        
        
        Published on 2010-04-02T20:37:52Z
        Indexed on 
            2010/04/02
            20:43 UTC
        
        
        Read the original article
        Hit count: 454
        
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.
© Stack Overflow or respective owner