-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
Add support for DigitalOcean Spaces s3 #950
Comments
Hey @clayderson! 👋 It's already supported: https://github.com/Slynova-Org/node-flydrive |
@clayderson do you have sample for ACL? it seems DO spaces default is private and need to setup it as public. thanks. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
DigitalOcean offers a service called "spaces" that is nothing more than a resale of the famous AWS S3. AdonisJS would probably support DigitalOcean spaces if it were not for a preconfigured URL
Example of s3 endpoint provided by DigitalOcean
When I try to use the service, I have this return
Is it possible to leave this generic configuration entry so that it can accept this service?
The text was updated successfully, but these errors were encountered: