AWS cli documentation change
Summary
Updated documentation to deprecate V1 API usage, add warnings about migration to V2 APIs, and clarify compatibility between API versions
Security assessment
The changes focus on API version deprecation and migration guidance without mentioning security vulnerabilities or exploits. While the warning emphasizes using newer API versions, there is no explicit reference to security flaws in V1 or security enhancements in V2. The HTTP 405 error mentioned relates to API compatibility, not security controls.
Diff
diff --git a/cli/latest/reference/s3api/delete-bucket-metadata-table-configuration.md b/cli/latest/reference/s3api/delete-bucket-metadata-table-configuration.md index 4a9101181..3ad688ba6 100644 --- a//cli/latest/reference/s3api/delete-bucket-metadata-table-configuration.md +++ b//cli/latest/reference/s3api/delete-bucket-metadata-table-configuration.md @@ -14,2 +14,2 @@ - * [previous](delete-bucket-lifecycle.html "delete-bucket-lifecycle") | - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [previous](delete-bucket-metadata-configuration.html "delete-bucket-metadata-configuration") | + * [AWS CLI 2.27.51 Command Reference](../../index.html) » @@ -22 +22 @@ - * [← delete-bucket-lifecycle](delete-bucket-lifecycle.html "previous chapter \(use the left arrow\)") / + * [← delete-bucket-metadata-configuration](delete-bucket-metadata-configuration.html "previous chapter \(use the left arrow\)") / @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Deletes a metadata table configuration from a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the _Amazon S3 User Guide_ . +### Warning @@ -61 +61,13 @@ Deletes a metadata table configuration from a general purpose bucket. For more i -> Permissions +We recommend that you delete your S3 Metadata configurations by using the V2 [DeleteBucketMetadataTableConfiguration](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketMetadataTableConfiguration.html) API operation. We no longer recommend using the V1 `DeleteBucketMetadataTableConfiguration` API operation. + +If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using [CreateBucketMetadataConfiguration](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucketMetadataConfiguration.html) so that you can expire journal table records and create a live inventory table. + +Deletes a V1 S3 Metadata configuration from a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the _Amazon S3 User Guide_ . + +### Note + +You can use the V2 `DeleteBucketMetadataConfiguration` API operation with V1 or V2 metadata table configurations. However, if you try to use the V1 `DeleteBucketMetadataTableConfiguration` API operation with V2 configurations, you will receive an HTTP `405 Method Not Allowed` error. + +Make sure that you update your processes to use the new V2 API operations (`CreateBucketMetadataConfiguration` , `GetBucketMetadataConfiguration` , and `DeleteBucketMetadataConfiguration` ) instead of the V1 API operations. + +Permissions @@ -213 +225 @@ None - * [← delete-bucket-lifecycle](delete-bucket-lifecycle.html "previous chapter \(use the left arrow\)") / + * [← delete-bucket-metadata-configuration](delete-bucket-metadata-configuration.html "previous chapter \(use the left arrow\)") / @@ -222,2 +234,2 @@ None - * [previous](delete-bucket-lifecycle.html "delete-bucket-lifecycle") | - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [previous](delete-bucket-metadata-configuration.html "delete-bucket-metadata-configuration") | + * [AWS CLI 2.27.51 Command Reference](../../index.html) »