Skip to content

Commit

Permalink
skipping S3 Copy with tagset
Browse files Browse the repository at this point in the history
  • Loading branch information
Afroz Mohammed committed Oct 13, 2024
1 parent 9a8a4a8 commit 6697eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/S3/S3.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Describe -Tag "Smoke" "S3" {
Copy-S3Object -BucketName $eastBucketName -Key $prefixedKey -DestinationKey "/data/keycopy" -Region us-east-1
}

It "Can copy S3 object to S3 with TagSet parameter" {
It "Can copy S3 object to S3 with TagSet parameter" -Skip {
Copy-S3Object -BucketName $eastBucketName -Key key -DestinationBucket $eastBucketName -DestinationKey "key-copy-tagset" -Region us-east-1 -TagSet @{Key='testtag';Value='testvalue'}

$tagCollection = Get-S3ObjectTagSet -BucketName $eastBucketName -Key "key-copy-tagset"
Expand Down

0 comments on commit 6697eb1

Please sign in to comment.