We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af32f0 commit d5db4dcCopy full SHA for d5db4dc
core/sdk-core/src/main/java/software/amazon/awssdk/core/client/builder/SdkDefaultClientBuilder.java
@@ -292,7 +292,6 @@ private SdkClientConfiguration mergeGlobalDefaults(SdkClientConfiguration config
292
.option(USER_AGENT_PREFIX, "")
293
.option(USER_AGENT_SUFFIX, "")
294
.option(CRC32_FROM_COMPRESSED_DATA_ENABLED, false)
295
- .option(API_METADATA, "")
296
.option(CONFIGURED_COMPRESSION_CONFIGURATION,
297
CompressionConfiguration.builder().build()));
298
return configuration;
0 commit comments