28d95bfc66
With the split of the User Guides, there's no need anymore to have orphan and user_only flags, remove them from the user-guide directory. Only files that keep :orphan: are doc/user-guide/source/hot-guide/hot_advanced_topics.rst and hot_existing_templates.rst since these files are not currently included. Change-Id: I1ac0356d69d8668785f8b1947e8b061731aca747
1.1 KiB
1.1 KiB
Discoverability
Your Object Storage system might not enable all features that this document describes. These features are:
large-object-creation
archive-auto-extract
bulk-delete
static-website
To discover which features are enabled in your Object Storage system,
use 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.example.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.
In some cases, the
/info
request will return an error. This could be because your service provider has disabled the/info
request function, or because you are using an older version that does not support it.