Skip to content
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

Closed
clayderson opened this issue Sep 18, 2018 · 4 comments
Closed

Add support for DigitalOcean Spaces s3 #950

clayderson opened this issue Sep 18, 2018 · 4 comments
Assignees

Comments

@clayderson
Copy link

clayderson commented Sep 18, 2018

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

Endpoint: nyc3.digitaloceanspaces.com
Bucket: ms2
Access key: ---
Secret access key: ---

When I try to use the service, I have this return

https://s3.nyc3.digitaloceanspaces.com.amazonaws.com/ms2/official/css/store.css

Is it possible to leave this generic configuration entry so that it can accept this service?

@RomainLanz
Copy link
Member

RomainLanz commented Sep 19, 2018

Hey @clayderson! 👋

It's already supported: https://github.com/Slynova-Org/node-flydrive
Could you make a PR to add it to the doc?

@clayderson
Copy link
Author

@jbrhinalyn
Copy link

@clayderson do you have sample for ACL? it seems DO spaces default is private and need to setup it as public. thanks.

@lock
Copy link

lock bot commented Mar 11, 2020

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.

@lock lock bot locked and limited conversation to collaborators Mar 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants