API Reference: Buckets
This page describes the ForePaaS Legacy Platform, which no longer accepts new signups. If you are using OVHcloud Data Platform, see the Data Platform APIs.
The ForePaaS Buckets are fully compatible with AWS S3 client. To interact with them, you will need to generate an API key and Secret key in your Identity Access Manager from a ForePaaS Directory account.
Using AWS CLI
In the base URLs in the code snippets below, you will need to replace
my-dataplantwith your Project's subdomain.
- Install the AWS CLI client from https://aws.amazon.com/cli/
- Configure the AWS CLI, it is suggested to use named profile.
- Enable AWS Signature Version 4 for MinIO server.
- A few command examples (replacing
my-dataplantwith your Project's subdomain):
To manage entrypoint URL inside a named profile, you may look at this documentation page: configure entry point URL per profile.
Using Rclone
In the base URLs in the code snippets below, you will need to replace
my-dataplantwith your Project's subdomain.
- Install rclone from https://rclone.org/downloads/
- Configure rclone (replacing
my-dataplantwith your Project's subdomain).
- Check rclone's config file location if needed
- Check your configuration
- Some simple commands (please refer to rclone documentation for more details):
Using NodeJS
In the base URLs in the code snippets below, you will need to replace
[DATAPLANT_NAME]with your Project's subdomain.
Using Python
In the base URLs in the code snippets below, you will need to replace
[DATAPLANT_NAME]with your Project's subdomain.

