Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,34 +119,6 @@ public static final class DefaultS3CrtClientBuilder implements S3CrtAsyncClientB
private URI endpointOverride;
private Boolean checksumValidationEnabled;

public IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider() {
return credentialsProvider;
}

public Region region() {
return region;
}

public Long minimumPartSizeInBytes() {
return minimalPartSizeInBytes;
}

public Double targetThroughputInGbps() {
return targetThroughputInGbps;
}

public Integer maxConcurrency() {
return maxConcurrency;
}

public URI endpointOverride() {
return endpointOverride;
}

public Long readBufferSizeInBytes() {
return readBufferSizeInBytes;
}

@Override
public S3CrtAsyncClientBuilder credentialsProvider(
IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) {
Expand Down