-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Description
Environment info
- NooBaa Version: 5.17.0
- Platform: NC
Actual behavior
- Currently when an account is deleted the response contains only the code
"code": "AccountDeleted"
. - Currently when a bucket is deleted the response contains only the code
"code": "BucketDeleted"
.
Expected behavior
- Add to the response details about the account name that was deleted.
- Add to the response details about the bucket name that was deleted.
Steps to reproduce
- Use noobaa-cli and create an account and a bucket and then delete them (look at the output).
More information - Screenshots / Logs / Other output
This is useful when you create accounts and buckets in a loop and want to easily find the details of the deleted account/bucket.