AWS cli documentation change
Summary
Updated AWS CLI version from 2.32.16 to 2.32.17 and replaced 'Amazon S3 Glacier' with 'Amazon Glacier' in multiple documentation sections
Security assessment
Changes consist of version number updates and service name standardization. The multipart upload process documentation remains functionally unchanged with regard to security considerations.
Diff
diff --git a/cli/latest/reference/glacier/initiate-multipart-upload.md b/cli/latest/reference/glacier/initiate-multipart-upload.md index 146e80b90..9e426eb49 100644 --- a//cli/latest/reference/glacier/initiate-multipart-upload.md +++ b//cli/latest/reference/glacier/initiate-multipart-upload.md @@ -15 +15 @@ - * [AWS CLI 2.32.16 Command Reference](../../index.html) » + * [AWS CLI 2.32.17 Command Reference](../../index.html) » @@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -This operation initiates a multipart upload. Amazon S3 Glacier creates a multipart upload resource and returns its ID in the response. The multipart upload ID is used in subsequent requests to upload parts of an archive (see UploadMultipartPart ). +This operation initiates a multipart upload. Amazon Glacier creates a multipart upload resource and returns its ID in the response. The multipart upload ID is used in subsequent requests to upload parts of an archive (see UploadMultipartPart ). @@ -68 +68 @@ Every part you upload to this resource (see UploadMultipartPart ), except the la -You don’t need to know the size of the archive when you start a multipart upload because Amazon S3 Glacier does not require you to specify the overall archive size. +You don’t need to know the size of the archive when you start a multipart upload because Amazon Glacier does not require you to specify the overall archive size. @@ -70 +70 @@ You don’t need to know the size of the archive when you start a multipart uplo -After you complete the multipart upload, Amazon S3 Glacier (Glacier) removes the multipart upload resource referenced by the ID. Glacier also removes the multipart upload resource if you cancel the multipart upload or it may be removed if there is no activity for a period of 24 hours. +After you complete the multipart upload, Amazon Glacier (Glacier) removes the multipart upload resource referenced by the ID. Glacier also removes the multipart upload resource if you cancel the multipart upload or it may be removed if there is no activity for a period of 24 hours. @@ -112 +112 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glacie -> The `AccountId` value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single ‘`-` ‘ (hyphen), in which case Amazon S3 Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (‘-’) in the ID. +> The `AccountId` value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single ‘`-` ‘ (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (‘-’) in the ID. @@ -247 +247 @@ location -> (string) -> The relative URI path of the multipart upload ID Amazon S3 Glacier created. +> The relative URI path of the multipart upload ID Amazon Glacier created. @@ -263 +263 @@ uploadId -> (string) - * [AWS CLI 2.32.16 Command Reference](../../index.html) » + * [AWS CLI 2.32.17 Command Reference](../../index.html) »