s3proxy
s3proxy copied to clipboard
Figure out what to do about locations
jclouds abstracts the physical placement of data in Location which can be configured via the jclouds.region and jclouds.regions properties. This is poorly documented in the S3Proxy and it isn't obvious how to create a new bucket when using the Azure backend. Ideally this should work out of box and us-east1 should map to whatever the provider's default location is. Other user-specified locations should map to the underlying storage backend location.
Users should be able to set the available regions via jclouds.region and jclouds.regions. But I believe that the symptom I observed here is the AWS CLI using aws-global which can be special cased.