Skip to content

Commit

Permalink
print bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
Severin Bucher committed Apr 25, 2024
1 parent d09dc65 commit d6d801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/aws/deploy/lib/ensure-valid-bucket-exists.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
if (!(await this.checkIfBucketExists(this.bucketName))) {
// It means that bucket was removed manually but is still a part of the CloudFormation stack, we cannot manually fix it
throw new ServerlessError(
'Deployment bucket has been removed manually. Please recreate it or remove your service and attempt to deploy it again',
`Deployment bucket (${this.bucketName}) has been removed manually. Please recreate it or remove your service and attempt to deploy it again`,
'DEPLOYMENT_BUCKET_REMOVED_MANUALLY'
);
}
Expand Down

0 comments on commit d6d801e

Please sign in to comment.