Skip to content

Commit 16fb435

Browse files
authored
chore: enable mp copy annotations test (#3311)
1 parent 1952d9c commit 16fb435

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

features/multipart/s3.feature

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)