aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

Support PutMetricData Compression

Open Marwes opened this issue 1 year ago • 1 comments
trafficstars

Describe the issue

The changelog from February 13th claims that cloudwatch/PutMetricData now supports compression, however checking the changeset for that release it does not seem like the SDK uses the the added requestCompression property (there are no changes other than updating version number for the cloudwatch SDK).

https://github.com/awslabs/aws-sdk-rust/commit/1ef34b729223124778d84e80b9124df45b7b7252

Links

https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md#february-13th-2024-1

Marwes avatar Feb 19 '24 09:02 Marwes

ah yeah good catch. We don't support that yet, we will be adding it soon. I will update the changelog now. I'll co-opt this issue to track.

rcoh avatar Feb 19 '24 15:02 rcoh