Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getObjectContent (0.15 sec)

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

                object.metadata.getETag() ==~ /\w{32}/
                ByteArrayOutputStream outStream = new ByteArrayOutputStream()
                IOUtils.copyLarge(object.getObjectContent(), outStream);
                outStream.toString() == fileContents
            } as Action)
    
            when:
            server.stubListFile(temporaryFolder.testDirectory, bucketName)
    
            then:
    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