Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Sep 4, 2023
1 parent da60edc commit 599a3cb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/tickets/LDEV4635.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
copyToBucket(getCredentials("Wasabi"), "us-east-1", "us-east-1" );
});

it(title="Wasabi: Copying dir to a new s3 bucket, valid region name [eu-west-1]", skip=Util::isWasabiNotSupported(), body=function( currentSpec ) {
copyToBucket(getCredentials("Wasabi"), "eu-west-1", "eu-west-1" );
});

it(title="Wasabi: Copying dir to a new s3 bucket, valid region name [eu-west-1]", skip=Util::isWasabiNotSupported(), body=function( currentSpec ) {
copyToBucket(getCredentials("Wasabi"), "eu-west-1", "eu-central-1" ); // fails, can't current copy between regions LDEV-4639
});

it(title="Wasabi: Copying dir to a new s3 bucket, invalid region name [down-under]", skip=Util::isWasabiNotSupported(), body=function( currentSpec ){
copyToBucket(getCredentials("Wasabi"), "down-under", "", true );
});
Expand Down

0 comments on commit 599a3cb

Please sign in to comment.