File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,15 +90,11 @@ Feature: S3 Multipart Uploads
9090 When I call multipartCopy on "tags-replace" with tags_directive "REPLACE" and tagging "Project=Override&Env=prod"
9191 Then the copied file "tags-replace-copy" should have tags "Project=Override&Env=prod"
9292
93-
94- # TODO: re-enable once concurrent PutObjectAnnotation behavior enabled.
95- # Tracking: <ticket-id>. ETA: <date>.
96- # @s3annotations
97- # Scenario: annotations_directive=COPY copies annotations to the destination
98- # Given I have an s3 client and an uploaded file named "annot-default" with annotations
99- # When I call multipartCopy on "annot-default" with annotations_directive "COPY"
100- # Then the copied file "annot-default-copy" should have the same annotations as "annot-default"
101-
93+ @s3annotations
94+ Scenario : annotations_directive=COPY copies annotations to the destination
95+ Given I have an s3 client and an uploaded file named "annot-default" with annotations
96+ When I call multipartCopy on "annot-default" with annotations_directive "COPY"
97+ Then the copied file "annot-default-copy" should have the same annotations as "annot-default"
10298
10399 @s3annotations
104100 Scenario : annotations_directive=EXCLUDE skips annotation copying
You can’t perform that action at this time.
0 commit comments