Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for G_GCS_BUCKET (0.1 sec)

  1. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/GcsClientIntegrationTest.groovy

        }
    
        /**
         * Allows for quickly making real Google Cloud Storage requests during development
         */
        @Ignore
        def "should interact with real Gcs"() {
            String bucketName = System.getenv('G_GCS_BUCKET')
            def transport = new NetHttpTransport()
            def jsonFactory = new GsonFactory()
            Storage.Builder builder = new Storage.Builder(transport, jsonFactory, null)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top