Getting Started with VMware Cloud Director Object Storage Extension REST API
The VMware Cloud Director Object Storage Extension API uses RESTful application development style to provide bucket and object management capabilities to developers.
To make VMware Cloud Director Object Storage Extension REST API service calls, you can use a browser application or an HTTP client to send requests and review responses.
Any client application that can send HTTP requests is an appropriate tool for developing REST applications with the VMware Cloud Director Object Storage Extension S3 API.
Following is a list of tools tested during the development of VMware Cloud Director Object Storage Extension S3 API:
- cURL command-line tool, available at https://curl.haxx.se/.
- Postman application, available at https://www.getpostman.com/.
- AWS Java SDK, available at https://aws.amazon.com/sdk-for-java/.
- AWS Python SDK, available at https://aws.amazon.com/sdk-for-python/.
- AWS Go SDK, available at https://aws.amazon.com/sdk-for-go/.