-
-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Digital Ocean Spaces support #395
Comments
You can use the existing |
Here's some example config for you - this works with current stable version of Django storages:
Private Configuration
You can use the models/storage backends/views/etc from the blog post below to create a test site (called mysite) to try this out. Testing locally using runserver works. See the folder "s3-example-public-and-private" from the GitHub repo for that blog post: https://github.com/sibtc/simple-s3-setup To get the access key and secret key, follow the getting started guide from DigitalOcean: https://www.digitalocean.com/community/tutorials/managing-access-to-digitalocean-spaces#option-1-%E2%80%94-sharing-access-to-spaces-with-access-keys Hope this helps! |
@EdNutting Could you create a pull request to add this to the documentation? It would be very helpful. |
Helped me immensely. |
@sww314 Done 👍 (Good to hear people are finding this helpful.) |
Closed by #521 |
FYI Signatures do not work using the Spaces CDN |
Digital Ocean launched a new object storage service called Spaces. Are there any plans to support Spaces in this package?
The text was updated successfully, but these errors were encountered: