diff --git a/api-ref/src/docbkx/ch_objectstorage-v1.xml b/api-ref/src/docbkx/ch_objectstorage-v1.xml index 6bce11dd5..e5a09635e 100644 --- a/api-ref/src/docbkx/ch_objectstorage-v1.xml +++ b/api-ref/src/docbkx/ch_objectstorage-v1.xml @@ -45,6 +45,19 @@ Accept-Ranges: bytes see Header Field Definitions. +
+ Discoverability + + If configured, lists the activated capabilities for this version + of the OpenStack Object Storage API. + + + + + + +
Endpoints If configured, lists endpoints for a specified account. diff --git a/api-ref/src/wadls/object-api/src/common.ent b/api-ref/src/wadls/object-api/src/common.ent index 49d2faebf..b891b764c 100644 --- a/api-ref/src/wadls/object-api/src/common.ent +++ b/api-ref/src/wadls/object-api/src/common.ent @@ -604,6 +604,29 @@ include them in this header. '> + + + + A hash-based message authentication code (HMAC) that enables + access to administrator-only information. To use this parameter, + the swiftinfo_expires parameter is also required. + + + + + + + Sets the expiration time in UNIX Epoch timestamp format. + + +'> + + + @@ -93,6 +96,35 @@ + + + + Lists the activated capabilities for this version of the + OpenStack Object Storage API. + + + + + &info-requestParameter; + + + + + + + + + + + + + + - diff --git a/api-ref/src/wadls/object-api/src/samples/info_response.json b/api-ref/src/wadls/object-api/src/samples/info_response.json new file mode 100644 index 000000000..bcc91f7d5 --- /dev/null +++ b/api-ref/src/wadls/object-api/src/samples/info_response.json @@ -0,0 +1,7 @@ +{ + "swift": { + "version": "1.11.0" + }, + "staticweb": {}, + "tempurl": {} +}