Postman
Postman is a free tool for conveniently working with APIs in a graphical interface. It is available for Windows, macOS, and Linux.
You can follow the installation instructions described on Postman.
Steps
- In the Authorization tab for a request, select AWS Signature from the Type dropdown list. Specify where Postman should append your authorization data using the Add authorization data to drop-down menu. 
- If you select Request Headers, Postman populates the Headers tab with Authorization and X-Amz- prefixed fields. 
- If you select the Request URL, Postman populates the Params tab with authentication details prefixed with X-Amz-. 

- To get the Access Key and Secret Key, log in to the DCD, go to Menu > Storage > IONOS S3 Object Storage > Key management. 
Advanced fields are optional, but Postman will attempt to generate them automatically if necessary.
- For AWS Region, leave the field blank as the region from the endpoint will be used. 
- For Service Name, enter - s3. The name of the service that receives the requests.
- For Session Token, leave the field blank. This is only required when temporary security credentials are used. 
- Setup completed. Now check the S3 API description to get the right endpoint to call. 
Last updated
Was this helpful?