Skip to content

Commit 365bab1

Browse files
authored
Remove unused methods in DefaultS3CrtClientBuilder (#3879)
1 parent c0b20ea commit 365bab1

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/crt/DefaultS3CrtAsyncClient.java

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -119,34 +119,6 @@ public static final class DefaultS3CrtClientBuilder implements S3CrtAsyncClientB
119119
private URI endpointOverride;
120120
private Boolean checksumValidationEnabled;
121121

122-
public IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider() {
123-
return credentialsProvider;
124-
}
125-
126-
public Region region() {
127-
return region;
128-
}
129-
130-
public Long minimumPartSizeInBytes() {
131-
return minimalPartSizeInBytes;
132-
}
133-
134-
public Double targetThroughputInGbps() {
135-
return targetThroughputInGbps;
136-
}
137-
138-
public Integer maxConcurrency() {
139-
return maxConcurrency;
140-
}
141-
142-
public URI endpointOverride() {
143-
return endpointOverride;
144-
}
145-
146-
public Long readBufferSizeInBytes() {
147-
return readBufferSizeInBytes;
148-
}
149-
150122
@Override
151123
public S3CrtAsyncClientBuilder credentialsProvider(
152124
IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) {

0 commit comments

Comments
 (0)