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

Adding Google Drive file storage as an option #182

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

nhatminhbeo
Copy link

I added Google Drive file storage deployment code since I didn't want to pay for AWS S3. GDrive offers 15GB of free storage.

@shrmaky
Copy link

shrmaky commented Nov 1, 2020

Hi @nhatminhbeo are you able to test the s3 storage, for me this is causing a problem -

Passing env variable in package.json

    "start": "S3_ACCESS_KEY_ID=AKIA76EH S3_ACCESS_SECRET_KEY=Fo/BJRMN4mMfl S3_BUCKET_NAME=test S3_BUCKET_REGION=eu-west-1 S3_ASSET_HOST_URL=test.com node server.js",

In config.development.json

"storage": {
    "active": "s3"
  },

When i run yarn start it throws me an error tried..putting s3 folder both in node_modules as well as in adapters.storage

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants