Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DefaultAwsCredentials (0.16 sec)

  1. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/S3ClientIntegrationTest.groovy

        final String bucketName = 'org.gradle.artifacts'
    
        @Rule
        final TestNameTestDirectoryProvider temporaryFolder = new TestNameTestDirectoryProvider(getClass())
    
        @Shared
        DefaultAwsCredentials awsCredentials = new DefaultAwsCredentials()
    
        @Rule
        public final S3Server server = new S3Server(temporaryFolder)
    
        def setup() {
            awsCredentials.setAccessKey(accessKey)
            awsCredentials.setSecretKey(secret)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  2. platforms/software/resources-s3/src/test/groovy/org/gradle/internal/resource/transport/aws/s3/S3ClientTest.groovy

    import com.amazonaws.services.s3.model.UploadPartResult
    import com.google.common.base.Optional
    import org.gradle.api.resources.ResourceException
    import org.gradle.internal.credentials.DefaultAwsCredentials
    import org.gradle.internal.resource.transport.http.HttpProxySettings
    import spock.lang.Ignore
    import spock.lang.Specification
    
    class S3ClientTest extends Specification {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top