Skip to content

Are requests to Firehose compressed? #2753

Answered by lucix-aws
pugnascotia asked this question in Q&A
Discussion options

You must be logged in to vote

The settings you're talking about manipulate operation-specific request compression - services can model that specific operations in their service support this compression, if so we generate support for it in their service client.

Today the only operation that supports this across aws is cloudwatch's PutMetricData. There's no concrete indicator of this in the SDK. Broadly speaking, if a service client's Options has the DisableRequestCompression and related fields, one or more operations in that service support the feature.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lucix-aws
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants