File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,11 @@ Feature: Working with Buckets
69
69
Then I delete the object "hello" from the bucket
70
70
Then I delete the bucket
71
71
72
- Scenario : Follow 307 redirect on new buckets
73
- Given I am using the S3 "us-east-1" region with signatureVersion "s3"
74
- When I create a bucket with the location constraint "us-west-2"
75
- And I put a large buffer to the key "largeobject" in the bucket
76
- Then the object "largeobject" should exist in the bucket
77
- Then I delete the object "largeobject" from the bucket
78
- Then I delete the bucket
72
+ # Known bug: https://github.com/aws/aws-sdk-js-v3/issues/1802
73
+ # Scenario: Follow 307 redirect on new buckets
74
+ # Given I am using the S3 "us-east-1" region with signatureVersion "s3"
75
+ # When I create a bucket with the location constraint "us-west-2"
76
+ # And I put a large buffer to the key "largeobject" in the bucket
77
+ # Then the object "largeobject" should exist in the bucket
78
+ # Then I delete the object "largeobject" from the bucket
79
+ # Then I delete the bucket
You can’t perform that action at this time.
0 commit comments