/// CONNECT A PROVIDER / VULTR OBJECT STORAGE
Vultr Object Storage
Vultr Object Storage is S3-compatible and authenticates with an Access Key and Secret Key. It uses path-style addressing, and each subscription has one credential set.
Don't have a bucket yet? Create one first →
What you need
- The Access Key and Secret Key for your Object Storage subscription.
- The bucket name and the region (for example
ewr1,fra1, orsgp1).
Get your S3 credentials
- In the Vultr console, go to Cloud Storage → Object Storage and open your subscription.
- On the Overview tab, find S3 Credentials — copy the Access Key and Secret Key. The endpoint hostname is shown here too.
Endpoint & region
https://<REGION>.vultrobjects.com — for example https://ewr1.vultrobjects.com. Regions include ewr1, sjc1, ams1, fra1, sgp1, blr1, del1, nrt1, syd1, and scp1.
Connect the Fleet
- From the Fleet page, click Create Fleet and pick Access Keys; enter a name, the bucket name, and the region.
- Paste the Access Key and Secret Key.
- Set the endpoint to
https://<REGION>.vultrobjects.comand connect.
Supported features
Vultr Object Storage supports versioning, lifecycle, CORS, bucket policy, and object tags. Object Lock is not supported.
There is one S3 credential set per subscription. All buckets in a subscription share the same Access Key and Secret Key.