Discoverability

Your Object Storage system might not enable all features that this document describes. These features are:

To discover which features are enabled in your Object Storage system, use the /info request. However, your service provider might have disabled the /info request, or you might be using an older version that does not support the /info request.

To use the /info request, send a GET request using the /info path to the Object Store endpoint as shown in this example:

# curl https://storage.clouddrive.com/info

This example shows a truncated response body:

{
   "swift":{
      "version":"1.11.0"
   },
   "staticweb":{

   },
   "tempurl":{

   }
}

This output shows that the Object Storage system has enabled the static website and temporary URL features.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...