Support Metrics Configurations for S3 Buckets #6
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/s3
Issues and PRs that pertain to the s3 service.
Milestone
(Migrated from hashicorp/terraform#13247)
AWS has recently announced some support for additional analytics and metrics for S3 buckets: https://aws.amazon.com/blogs/aws/s3-storage-management-update-analytics-object-tagging-inventory-and-metrics/
In order to support the above, the implementation in the AWS API is with methods like
GetBucketMetricsConfiguration
andPutBucketMetricsConfiguration
which were added in go-aws-sdk 1.5.11.Affected Resource(s)
Expected Behavior
Terraform configuration should support enabling and managing AWS S3 metrics configurations.
References
The text was updated successfully, but these errors were encountered: