You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2019/01/02 18:38:00 UTC

[jira] [Created] (JCLOUDS-1480) query container location

Andrew Gaul created JCLOUDS-1480:
------------------------------------

             Summary: 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


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)