Object storage
Connect to object storage
Learn how to connect to your object storage buckets.
You can connect to your object storage using an S3-compatible API, an SDK, or the AWS CLI. Below are some examples of commands you can use with these methods. For a full list of compatible commands, refer to S3 API compatibility.
If you currently have a bucket with AWS or GCP and would like to transfer your files from this bucket to Sevalla, please contact our Support Team.
AWS CLI
Configure your bucket
Generate a pre-signed URL
Upload a file
Download a file
List your bucket objects
Boto3 (Python SDK)
Install Boto3 if you havenโt already:
Enter Python interactive mode: