Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setMaxErrorRetry (0.12 sec)

  1. platforms/software/resources-s3/src/main/java/org/gradle/internal/resource/transport/aws/s3/S3Client.java

                }
            }
            Optional<Integer> maxErrorRetryCount = s3ConnectionProperties.getMaxErrorRetryCount();
            if (maxErrorRetryCount.isPresent()) {
                clientConfiguration.setMaxErrorRetry(maxErrorRetryCount.get());
            }
            return clientConfiguration;
        }
    
        public void put(InputStream inputStream, Long contentLength, URI destination) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 11.7K bytes
    - Viewed (0)
Back to top