Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for G_S3_BUCKET (0.08 sec)

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

         */
        @Ignore
        def "should interact with real S3 using KEY/SECRET pair"() {
            DefaultAwsCredentials credentials = new DefaultAwsCredentials()
            String bucketName = System.getenv('G_S3_BUCKET')
            credentials.setAccessKey(System.getenv('G_AWS_ACCESS_KEY_ID'))
            credentials.setSecretKey(System.getenv('G_AWS_SECRET_ACCESS_KEY'))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 9.8K bytes
    - Viewed (0)
Back to top