diff --git a/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts b/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts index dba92073490e..a072bf88e28a 100644 --- a/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts @@ -41,8 +41,8 @@ export interface AbortMultipartUploadCommandOutput extends AbortMultipartUploadO *

To verify that all parts have been removed, so you don't get charged for the part * storage, you should call the ListParts action and ensure that * the parts list is empty.

- *

For information about permissions required to use the multipart upload, see Multipart Upload - * and Permissions.

+ *

For information about permissions required to use the multipart upload, see Multipart Upload and + * Permissions.

*

The following operations are related to AbortMultipartUpload:

*