To obtain S3-compatible object storage credentials for Vultr Object Storage, follow these steps:
✅ Step-by-Step: Create Vultr Object Storage Credentials
- Log in to Vultr
Go to: https://my.vultr.com/
and sign into your account. - Navigate to Object Storage
- From the left sidebar, select Products > Object Storage.
- Click + Deploy Object Storage if you haven’t set one up yet.
- Choose a region and deploy.
- Get S3 Credentials
- After provisioning, click on your Object Storage instance.
- In the Overview tab, you’ll find:
- ✅ Access Key ID
- ✅ Secret Access Key
- ✅ Cluster Endpoint (like
ewr1.vultrobjects.com) - ✅ Region (e.g.,
ewr1) - ✅ Bucket Name
- Note the S3-Compatible Endpoint Format
- Vultr supports standard S3 API.
- Endpoint format:
https://<bucket-name>.<region>.vultrobjects.comExample:https://mybucket.ewr1.vultrobjects.com
🧪 Example Credential Set
| Field | Example Value |
|---|---|
| Access Key ID | VULTRACCESSKEY123 |
| Secret Access Key | vultrSecretKeyExample987654321 |
| Region | ewr1 |
| Endpoint | https://mybucket.ewr1.vultrobjects.com |
| Bucket Name | mybucket |