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 configure set aws_access_key_id YOUR_ACCESS_KEYaws configure set aws_secret_access_key YOUR_SECRET_KEYaws configure set default.s3.signature_version s3v4aws configure set default.s3.endpoint_url YOUR_ENDPOINT_URL