Integration via REST API
This chapter explains ways to provision, enable, disable, and terminate S3 users and accounts, as well as set user and bucket limits for billing purposes.
The provided examples are Bash commands with which you can send requests to S3 cluster’s REST API via cURL and OpenSSL. Responses are in JSON format and can be processed further with tools like json_pp
or json_reformat
.
Replace
http://s3.example.com
in examples with your actual S3 gateway URL.