Skip to content

Commit

Permalink
NC | account by id | reintroduce bucket_owner (it is not required)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Prinz Setter <[email protected]>
  • Loading branch information
alphaprinz committed Jul 26, 2024
1 parent 02dc72f commit b446f86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/server/system_services/schemas/nsfs_bucket_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ module.exports = {
system_owner: {
type: 'string',
},
// bucket_owner is the account name
// deprecated - can become out-of-sync when owner account's name is changed
bucket_owner: {
type: 'string',
},
tag: {
$ref: 'common_api#/definitions/tagging',
},
Expand Down

0 comments on commit b446f86

Please sign in to comment.