RgwUserAccounts

Set RGW Account/Bucket quota

    Modifies quota

    :param account_id: Account identifier
    :param quota_type: 'account' or 'bucket'
    :return: Returns modified quota.
    :rtype: Dict[str, Any]
    
put/api/rgw/accounts/{account_id}/quota

Path parameters

account_idstring required

Account id

Request body

enabledstring required
max_objectsstring required

Max objects

max_sizestring required

Max size

quota_typestring required

Quota type

Response

Resource updated.

object required

Changes

No recorded changes to this endpoint across all 57 revisions of this API.