Searched refs:SkipForS3 (Results 1 – 19 of 19) sorted by relevance
20 from gslib.tests.testcase.integration_testcase import SkipForS327 @SkipForS3('S3 returns success when bucket already exists.')
21 from gslib.tests.testcase.integration_testcase import SkipForS325 @SkipForS3('--trace-token is supported only on GCS JSON API.')
21 from gslib.tests.testcase.integration_testcase import SkipForS361 @SkipForS3('Preconditions not supported for s3 objects')86 @SkipForS3('Preconditions not supported for s3 objects')136 @SkipForS3('Only ASCII characters are supported for x-amz-meta headers')
20 from gslib.tests.testcase.integration_testcase import SkipForS324 @SkipForS3('Logging command requires S3 ACL configuration on target bucket.')
21 from gslib.tests.testcase.integration_testcase import SkipForS330 @SkipForS3('Web set not supported for S3, web get returns XML.')
19 from gslib.tests.testcase.integration_testcase import SkipForS354 @SkipForS3('A number of configs in this test are not supported by S3')
27 from gslib.tests.testcase.integration_testcase import SkipForS3217 @SkipForS3('S3 bucket configuration values are not supported via ls.')233 @SkipForS3('S3 bucket configuration values are not supported via ls.')262 @SkipForS3('S3 bucket configuration values are not supported via ls.')427 @SkipForS3('S3 anonymous access is not supported.')
24 from gslib.tests.testcase.integration_testcase import SkipForS330 @SkipForS3('-D output is implementation-specific.')
52 from gslib.tests.testcase.integration_testcase import SkipForS3557 @SkipForS3('S3 lists versioned objects in reverse timestamp order.')632 @SkipForS3('Preconditions not supported for S3.')653 @SkipForS3('Preconditions not supported for S3.')702 @SkipForS3('S3 lists versioned objects in reverse timestamp order.')1286 @SkipForS3('No resumable upload support for S3.')1304 @SkipForS3('No resumable upload support for S3.')1331 @SkipForS3('No resumable upload support for S3.')1354 @SkipForS3('No resumable upload support for S3.')1363 @SkipForS3('No resumable upload support for S3.')[all …]
22 from gslib.tests.testcase.integration_testcase import SkipForS326 @SkipForS3('S3 does not support object composition.')
23 from gslib.tests.testcase.integration_testcase import SkipForS330 @SkipForS3('Signed URLs are only supported for gs:// URLs.')
23 from gslib.tests.testcase.integration_testcase import SkipForS329 @SkipForS3('S3 does not support default object ACLs.')
25 from gslib.tests.testcase.integration_testcase import SkipForS332 @SkipForS3('Lifecycle command is only supported for gs:// URLs')
20 from gslib.tests.testcase.integration_testcase import SkipForS3156 @SkipForS3('S3 lists versions in reverse order.')
24 from gslib.tests.testcase.integration_testcase import SkipForS330 @SkipForS3('CORS command is only supported for gs:// URLs')
23 from gslib.tests.testcase.integration_testcase import SkipForS3275 @SkipForS3('Listing/removing S3 DeleteMarkers is not supported')421 @SkipForS3('GCS versioning headers not supported by S3')
28 from gslib.tests.testcase.integration_testcase import SkipForS348 @SkipForS3('Tests use GS ACL model.')
22 from gslib.tests.testcase.integration_testcase import SkipForS3763 @SkipForS3('S3 does not support composite objects')
73 def SkipForS3(reason): function