Setting quotas for users via CLI
You can limit storage usage per user with the set-quotas
command and the following parameters: -e
specifying the email address or -i
specifying the user ID, and -q
specifying the usage limit in gigabytes:
# ostor-s3-admin set-quotas -e user@example.com -q 1024 -V 0100000000000002 version: '1' size: '1024' type: 'user'
# ostor-s3-admin set-quotas -i fa153230721eed05 -q 1024 -V 0100000000000002 version: '1' size: '1024' type: 'user'