Updates default bucket the specified namespace and user identifier.
namespace | Namespace required to update default bucket |
uid | Valid user identifier to update default bucket |
Requires one of the following roles:
SYSTEM_ADMIN
NAMESPACE_ADMIN
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
user_cas_bucket | |||
name | Name of the default bucket to be set | String |
Response indicating Success or Failure to set default Bucket
POST https://192.168.0.0:4443/object/user-cas/bucket/s3/wuser1@sanity.local HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> <user_cas_bucket> <name>standalone-bucket</name> </user_cas_bucket>
HTTP/1.1 200 OK Content-Type: application/xml