How to use the API
Last updated
Was this helpful?
Last updated
Was this helpful?
To use the API, you need to get an access key id and secret key.
Static key authorization is required to access the HTTP API directly and is supported by the tools listed in the section .
For a list of supported Amazon S3 HTTP API methods, see the .
The bucket name can be specified as part of the hostname. In this case, the request will take the form:
The set of headers depends on the specific request and is described in the documentation for the corresponding request.
If you use the API directly (without SDK and applications), then you will have to generate the header yourself to sign the requests Authorization
. For information on how to do this, see the section of the Amazon S3 documentation.
The URL can take one of the following forms:
https://s3.coldstack.io/<bucket>/<key>?<parameters>
https://<bucket>.s3.coldstack.io/<key>?<parameters>