Revoking S3 account access keys via REST API

You can revoke the specified access key pair for the specified account of an S3 user by sending a POST request to the ostor-users service along with the user email address, account name, and access key in the key pair:

# s3_curl POST "http://s3.example.com/?ostor-users&emailAddress=user@example.com&accountName=account&revokeKey=ca55631f9f3d59dcZMDX"