peterknife / boto

Automatically exported from code.google.com/p/boto
0 stars 0 forks source link

Why boto.s3 does not have S3RegionInfo? #529

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Cannot find S3RegionInfo in the source
2. AWS supports S3 region and endpoint
3. boto.sdb has SDBRegionInfo and boto.ec2 has EC2RegionInfo

What is the expected output? What do you see instead?
why?

What version of the product are you using? On what operating system?
boto-2.0b4

Please provide any additional information below.

Original issue reported on code.google.com by jass.z...@gmail.com on 16 Jun 2011 at 8:59

GoogleCodeExporter commented 9 years ago
S3 handles regions differently than other AWS services.  It has Locations for 
buckets and a kind of universal endpoint at s3.amazonaws.com but it still has 
region specific endpoints so I think you have a good point.   I'll take a look 
at this.

Original comment by Mitch.Ga...@gmail.com on 18 Jun 2011 at 12:47

GoogleCodeExporter commented 9 years ago
Is this test running against a mocked class?  It seems to be objecting to some 
low-level restructuring of code that happened recently 
(https://github.com/boto/boto/commit/555de66459dd796c71babf6b96d938369f16a676).

Original comment by Mitch.Ga...@gmail.com on 25 Jul 2011 at 3:16