-
Notifications
You must be signed in to change notification settings - Fork 937
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue
Description
Here is how I create a client:
AthenaClient
.builder()
.region(Region.of(environment.aws.region))
.credentialsProvider(DefaultCredentialsProvider.create())
.overrideConfiguration {
it.apiCallTimeout(Duration.ofMillis(environment.athena.executionTimeout.toLong()))
// it.gzipEnabled(true)
// it.totalExecutionTimeout(Duration.ofMillis(environment.athena.executionTimeout.toLong()))
}
.build()
Previously I could use the gzipEnabled
property to enable gzip encoding, it is absent now. Can you give me an example of setting it up?
bademux, tedgonzalez, antonyphp, Meghasvits, NickVatne and 17 morebobthebuilder-dnb, tedgonzalez, magnus-mollevik and Coffie
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p2This is a standard priority issueThis is a standard priority issue