Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to back up to an EU S3 bucket #26

Open
dabeeeenster opened this issue Apr 23, 2011 · 2 comments
Open

Error when trying to back up to an EU S3 bucket #26

dabeeeenster opened this issue Apr 23, 2011 · 2 comments

Comments

@dabeeeenster
Copy link

Steps to reproduce:

Create an s3 bucket in Europe
Attempt to back up to that bucket

Looks like it is related to this:

http://stackoverflow.com/questions/2569062/what-does-bucketalreadyownedbyyou-error-from-amazon-s3-actually-mean-i-cant-f

/usr/lib64/ruby/gems/1.8/gems/aws-s3-0.6.2/lib/aws/s3/error.rb:38:in raise': Your previous request to create the named bucket succeeded and you already own it. (AWS::S3::BucketAlreadyOwnedByYou) from /usr/lib64/ruby/gems/1.8/gems/aws-s3-0.6.2/lib/aws/s3/base.rb:72:inrequest'
from /usr/lib64/ruby/gems/1.8/gems/aws-s3-0.6.2/lib/aws/s3/base.rb:88:in put' from /usr/lib64/ruby/gems/1.8/gems/aws-s3-0.6.2/lib/aws/s3/bucket.rb:79:increate'
from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe/s3.rb:29:in save' from /usr/lib/ruby/1.8/benchmark.rb:308:inrealtime'
from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe/s3.rb:28:in save' from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe/sink.rb:8:inprocess'
from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe/backup.rb:15:in run' from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe/backup.rb:12:ineach'
from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe/backup.rb:12:in run' from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe.rb:53:insafe'
from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe/config/node.rb:51:in each' from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe/config/node.rb:51:ineach'
from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe.rb:52:in safe' from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe.rb:46:ineach'
from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/lib/astrails/safe.rb:46:in safe' from /home/ec2-user/backup/astrails.conf:1 from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/bin/astrails-safe:50:inload'
from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/bin/astrails-safe:50:in main' from /usr/lib64/ruby/gems/1.8/gems/astrails-safe-0.2.7/bin/astrails-safe:53 from /usr/bin/astrails-safe:19:inload'
from /usr/bin/astrails-safe:19

@schorsch
Copy link

i suppose this is due to limits in the aws s3 gem, which has not been updated for a looong time. if you look at the pull requests and forks you will find the answer:
https://github.com/search?type=Everything&language=&q=aws+s3

@langalex
Copy link

langalex commented Jun 8, 2015

my fork work with eu buckets now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants