File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def remove():
6060# routing rules with "replaceKeyWith" se to empty string
6161os .system ("cp ./config_files/routing-rules-redirect.yml ./serverless.yml" )
6262os .system ("sls client deploy --no-confirm" )
63- res = s3 .get_bucket_website (Bucket = 'sls-finch-test-routing-use1' )
63+ res = s3 .get_bucket_website (Bucket = 'sls-finch-test-routing-use1-test-v2 ' )
6464if res ['RoutingRules' ][0 ]["Redirect" ]['ReplaceKeyWith' ] != '' :
6565 raise Exception ("Isn't setting ReplaceKeyWith with an empty string" )
6666else :
Original file line number Diff line number Diff line change 99
1010custom :
1111 client :
12- bucketName : sls-finch-test-routing-use1
12+ bucketName : sls-finch-test-routing-use1-test-v2
1313 indexDocument : index.html
1414 errorDocument : error.html
1515 routingRules :
You can’t perform that action at this time.
0 commit comments