Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions features/multipart/s3.feature
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,11 @@ Feature: S3 Multipart Uploads
When I call multipartCopy on "tags-replace" with tags_directive "REPLACE" and tagging "Project=Override&Env=prod"
Then the copied file "tags-replace-copy" should have tags "Project=Override&Env=prod"


# TODO: re-enable once concurrent PutObjectAnnotation behavior enabled.
# Tracking: <ticket-id>. ETA: <date>.
# @s3annotations
# Scenario: annotations_directive=COPY copies annotations to the destination
# Given I have an s3 client and an uploaded file named "annot-default" with annotations
# When I call multipartCopy on "annot-default" with annotations_directive "COPY"
# Then the copied file "annot-default-copy" should have the same annotations as "annot-default"

@s3annotations
Scenario: annotations_directive=COPY copies annotations to the destination
Given I have an s3 client and an uploaded file named "annot-default" with annotations
When I call multipartCopy on "annot-default" with annotations_directive "COPY"
Then the copied file "annot-default-copy" should have the same annotations as "annot-default"

@s3annotations
Scenario: annotations_directive=EXCLUDE skips annotation copying
Expand Down