Adding S3 users via CLI
You can generate a unique random S3 user ID and an access key pair (S3 Access Key ID, S3 Secret Access Key) using the ostor-s3-admin create-user
command. You need to specify a user email. For example:
# ostor-s3-admin create-user -e user@email.com -V 0100000000000002 UserEmail:user@email.com UserId:a49e12a226bd760f KeyPair[0]:S3AccessKeyId:a49e12a226bd760fGHQ7 KeyPair[0]:S3SecretAccessKey:HSDu2DA00JNGjnRcAhLKfhrvlymzOVdLPsCK2dcq Flags:none
S3 user ID is a 16-digit hexadecimal string. The generated access key pair is used to sign requests to the S3 object storage according to the Amazon S3 Signature Version 2 authentication scheme.