Last active
October 31, 2024 05:12
-
-
Save noma4i/59d125d43bce4ce04f435fc27875e2a0 to your computer and use it in GitHub Desktop.
Contabo Object Storage/Vultr - Ruby on Rails. ActiveStorage setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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