[
https://issues.apache.org/jira/browse/JCLOUDS-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Gaul updated JCLOUDS-1480:
---------------------------------
Description:
jclouds allows creating a container in a specified location but does not allow
querying the location of a container afterwards. At least two providers
directly support this, a third likely supports it indirectly, and others could
provide the account-level region:
* AWS S3
[supported|https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETlocation.html]
* Azure unsupported, but could return account-level region
* Backblaze B2 unsupported, but could return the single region it provides
* Google Cloud Storage
[supported|https://cloud.google.com/storage/docs/json_api/v1/buckets#resource]
* OpenStack Swift likely supported by storage policies, needs investigation
* filesystem blobstore could attach some metadata to the directory via
extended attributes
was:
jclouds allows creating a container in a specified location but does not allow
querying the location of a container afterwards. At least two providers
directly support this, a third likely supports it indirectly, and others could
provide the account-level region:
* AWS S3
[supported](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETlocation.html)
* Azure unsupported, but could return account-level region
* Backblaze B2 unsupported, but could return the single region it provides
* Google Cloud Storage
[supported](https://cloud.google.com/storage/docs/json_api/v1/buckets#resource)
* OpenStack Swift likely supported by storage policies, needs investigation
* filesystem blobstore could attach some metadata to the directory via extended
attributes
> query container location
> ------------------------
>
> Key: JCLOUDS-1480
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1480
> Project: jclouds
> Issue Type: New Feature
> Components: jclouds-blobstore
> Affects Versions: 2.1.1
> Reporter: Andrew Gaul
> Priority: Minor
>
> jclouds allows creating a container in a specified location but does not
> allow querying the location of a container afterwards. At least two
> providers directly support this, a third likely supports it indirectly, and
> others could provide the account-level region:
>
> * AWS S3
> [supported|https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETlocation.html]
> * Azure unsupported, but could return account-level region
> * Backblaze B2 unsupported, but could return the single region it provides
> * Google Cloud Storage
> [supported|https://cloud.google.com/storage/docs/json_api/v1/buckets#resource]
> * OpenStack Swift likely supported by storage policies, needs investigation
> * filesystem blobstore could attach some metadata to the directory via
> extended attributes
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)