Skip to content

Commit

Permalink
Javadoc comment clarity change
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Dec 5, 2023
1 parent 00e0032 commit fadb468
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import aws.smithy.kotlin.runtime.config.longEnvSetting

public object CompressionSettings {
/**
* Determines when a request should be compressed or not
* Determines if a request should be compressed or not
*/
public val AwsDisableRequestCompression: EnvironmentSetting<Boolean> =
boolEnvSetting("aws.disableRequestCompression", "AWS_DISABLE_REQUEST_COMPRESSION")

/**
* The threshold used to determine when a request should be compressed
* The threshold used to determine if a request should be compressed
*/
public val AwsRequestMinCompressionSizeBytes: EnvironmentSetting<Long> =
longEnvSetting("aws.requestMinCompressionSizeBytes", "AWS_REQUEST_MIN_COMPRESSION_SIZE_BYTES")
Expand Down

0 comments on commit fadb468

Please sign in to comment.