Skip to content

Commit

Permalink
Fix javadocs (#4794)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh44 authored Dec 19, 2023
1 parent e383428 commit b1574a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@
import software.amazon.awssdk.services.s3.model.ChecksumMode;
import software.amazon.awssdk.services.s3.model.GetObjectRequest;
import software.amazon.awssdk.services.s3.model.GetObjectResponse;
import software.amazon.awssdk.services.s3.model.PutObjectRequest;
import software.amazon.awssdk.utils.Validate;

@SdkInternalApi
public final class EnableTrailingChecksumInterceptor implements ExecutionInterceptor {

/**
* Enable {@link ChecksumMode} for {@link PutObjectRequest} if trailing checksum is enabled from config,
* Enable {@link ChecksumMode} for {@link GetObjectRequest} if trailing checksum is enabled from config,
* {@link ChecksumMode} is disabled, and is S3Express.
* TODO (s3express) - refactor to migrate out s3express specific code
*/
Expand Down

0 comments on commit b1574a8

Please sign in to comment.