File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/crt Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -119,34 +119,6 @@ public static final class DefaultS3CrtClientBuilder implements S3CrtAsyncClientB
119
119
private URI endpointOverride ;
120
120
private Boolean checksumValidationEnabled ;
121
121
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
-
150
122
@ Override
151
123
public S3CrtAsyncClientBuilder credentialsProvider (
152
124
IdentityProvider <? extends AwsCredentialsIdentity > credentialsProvider ) {
You can’t perform that action at this time.
0 commit comments