Skip to content

Commit

Permalink
Update description for BucketAlreadyOwnedByYou err
Browse files Browse the repository at this point in the history
Updated the error description for the CreateBucket operation when the
bucket is already owned by the user. The new message is compliant with
AWS error description.

Issue: ARSN-451
  • Loading branch information
anurag4DSB committed Dec 18, 2024
1 parent 3f79eda commit c0186e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/errors/arsenalErrors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const BucketAlreadyOwnedByYou: ErrorFormat = {
code: 409,

description:
'A bucket with this name exists and is already owned by you',
'Your previous request to create the named bucket succeeded and you already own it.',
};

export const BucketNotEmpty: ErrorFormat = {
Expand Down

0 comments on commit c0186e4

Please sign in to comment.