s3proxy icon indicating copy to clipboard operation
s3proxy copied to clipboard

Figure out what to do about locations

Open gaul opened this issue 1 year ago • 1 comments

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.

gaul avatar Oct 08 '24 05:10 gaul

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.

gaul avatar Dec 14 '24 22:12 gaul