diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 4cfb22d77b..c10b678397 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -280,7 +280,7 @@ X-Account-Access-Control_req: Sets an account access control list (ACL) that grants access to containers and objects in the account. See `Account ACLs - `_ + `_ for more information. in: header required: false @@ -293,7 +293,7 @@ X-Account-Access-Control_resp: containers and objects in the account. If there is no ACL, this header is not returned by this operation. See `Account ACLs - `_ + `_ for more information. in: header required: false @@ -480,7 +480,7 @@ X-Container-Meta-Quota-Bytes: exceeds this quota value. This value does not take effect immediately. see `Container Quotas - `_ + `_ for more information. in: header required: false @@ -500,7 +500,7 @@ X-Container-Meta-Quota-Count: exceeds this quota value. This value does not take effect immediately. see `Container Quotas - `_ + `_ for more information. in: header required: false @@ -568,7 +568,7 @@ X-Container-Read: The format and scope of the ACL is dependent on the authorization system used by the Object Storage service. See `Container ACLs - `_ + `_ for more information. in: header required: false @@ -578,7 +578,7 @@ X-Container-Read_resp: The ACL that grants read access. If there is no ACL, this header is not returned by this operation. See `Container ACLs - `_ + `_ for more information. in: header required: false @@ -589,8 +589,7 @@ X-Container-Sync-Key: synchronization. If you remove the secret key, synchronization is halted. For more information, see `Container to Container Synchronization - `_ + `_ in: header required: false type: string @@ -628,7 +627,7 @@ X-Container-Write: The format of the ACL is dependent on the authorization system used by the Object Storage service. See `Container ACLs - `_ + `_ for more information. in: header @@ -639,7 +638,7 @@ X-Container-Write_resp: The ACL that grants write access. If there is no ACL, this header is not returned by this operation. See `Container ACLs - `_ + `_ for more information. in: header required: false @@ -731,17 +730,16 @@ X-History-Location: is set, versioning is disabled for this container. ``X-History-Location`` and ``X-Versions-Location`` cannot both be set at the same time. For more information about object versioning, see `Object versioning - `_. + `_. in: header required: false type: string X-History-Location_resp: description: | If present, this container has versioning enabled and the value - is the UTF-8 encoded name of another container. - For more information about object versioning, - see `Object versioning `_. + is the UTF-8 encoded name of another container. For more information + about object versioning, see `Object versioning + `_. in: header required: false type: string @@ -832,7 +830,7 @@ X-Remove-Versions-Location: X-Service-Token: description: | A service token. See `OpenStack Service Using Composite Tokens - `_ for more information. in: header required: false @@ -881,7 +879,7 @@ X-Trans-Id-Extra: extra transaction information before you include it in the ``X-Trans-Id-Extra`` request header. For example, you can include extra transaction information when you upload `large objects - `_ + `_ such as images. When you upload each segment and the manifest, include the same value in the ``X-Trans-Id-Extra`` request header. If an error occurs, @@ -900,17 +898,16 @@ X-Versions-Location: is set, versioning is disabled for this container. ``X-Versions-Location`` and ``X-History-Location`` cannot both be set at the same time. For more information about object versioning, see `Object versioning - `_. + `_. in: header required: false type: string X-Versions-Location_resp: description: | If present, this container has versioning enabled and the value - is the UTF-8 encoded name of another container. - For more information about object versioning, - see `Object versioning `_. + is the UTF-8 encoded name of another container. For more information + about object versioning, see `Object versioning + `_. in: header required: false type: string @@ -948,8 +945,8 @@ bulk-delete: When the ``bulk-delete`` query parameter is present in the POST request, multiple objects or containers can be deleted with a single request. See `Bulk Delete - `_ for how this feature is used. + `_ + for how this feature is used. in: query required: false type: string @@ -975,8 +972,8 @@ extract-archive: When the ``extract-archive`` query parameter is present in the POST request, an archive (tar file) is uploaded and extracted to create multiple objects. See `Extract Archive - `_ for how this feature is used. + `_ + for how this feature is used. in: query required: false type: string @@ -988,8 +985,7 @@ filename: ``Content-Disposition`` response header. Browsers can interpret this file name value as a file attachment to save. For more information about temporary URLs, see `Temporary URL middleware - `_. + `_. in: query required: false type: string @@ -1105,8 +1101,7 @@ temp_url_expires: For example, ``1440619048`` or ``2015-08-26T19:57:28Z`` is equivalent to ``Mon, Wed, 26 Aug 2015 19:57:28 GMT``. For more information about temporary URLs, see `Temporary URL middleware - `_. + `_. in: query required: true type: integer @@ -1117,8 +1112,7 @@ temp_url_sig: method, expiration date, full path to the object, and the secret key for the temporary URL. For more information about temporary URLs, see `Temporary URL middleware - `_. + `_. in: query required: true type: string diff --git a/api-ref/source/storage-account-services.inc b/api-ref/source/storage-account-services.inc index b3c19b765c..30dcfafd68 100644 --- a/api-ref/source/storage-account-services.inc +++ b/api-ref/source/storage-account-services.inc @@ -7,7 +7,7 @@ Accounts Lists containers for an account. Creates, updates, shows, and deletes account metadata. For more information and concepts about accounts see `Object Storage API overview -`_. +`_. @@ -362,4 +362,4 @@ Response Parameters - X-Account-Storage-Policy-name-Object-Count: X-Account-Storage-Policy-name-Object-Count - X-Account-Meta-Quota-Bytes: X-Account-Meta-Quota-Bytes_resp - X-Account-Access-Control: X-Account-Access-Control_resp - - Content-Type: Content-Type_cud_resp \ No newline at end of file + - Content-Type: Content-Type_cud_resp diff --git a/api-ref/source/storage-container-services.inc b/api-ref/source/storage-container-services.inc index 0589eca467..bb19d4f1ec 100644 --- a/api-ref/source/storage-container-services.inc +++ b/api-ref/source/storage-container-services.inc @@ -8,7 +8,7 @@ Lists objects in a container. Creates, shows details for, and deletes containers. Creates, updates, shows, and deletes container metadata. For more information and concepts about containers see `Object Storage API overview -`_. +`_. Show container details and list objects diff --git a/api-ref/source/storage-object-services.inc b/api-ref/source/storage-object-services.inc index 32dd8cb05f..bb6833e31f 100644 --- a/api-ref/source/storage-object-services.inc +++ b/api-ref/source/storage-object-services.inc @@ -8,9 +8,9 @@ Creates, replaces, shows details for, and deletes objects. Copies objects from another object with a new or different name. Updates object metadata. For more information and concepts about objects see `Object Storage API overview -`_ +`_ and `Large Objects -`_. +`_. Get object content and metadata