Skip to content

Instantly share code, notes, and snippets.

@noma4i
Last active October 31, 2024 05:12
Show Gist options
  • Save noma4i/59d125d43bce4ce04f435fc27875e2a0 to your computer and use it in GitHub Desktop.
Save noma4i/59d125d43bce4ce04f435fc27875e2a0 to your computer and use it in GitHub Desktop.
Contabo Object Storage/Vultr - Ruby on Rails. ActiveStorage setup
vultr_production:
service: S3
access_key_id: YOUR_ACCESS_KEY
secret_access_key: YOUR_SECRET_KEY
endpoint: https://sgp1.vultrobjects.com # endpoint from the Vultr. Pay attention to the region
region: unused # Yes. Unused is the value
bucket: YOUR_BUCKET_NAME
contabo_production:
service: S3
access_key_id: YOUR_ACCESS_KEY
secret_access_key: YOUR_SECRET_KEY
endpoint: https://sin1.contabostorage.com/bucket_name # Copy the Endpoint from Contabo Object Storage page.
region: unused
bucket: "" # Bucket is the part of Endpoin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment