Skip to content

Adding Google Drive file storage as an option#182

Open
nhatminhbeo wants to merge 11 commits intocobyism:masterfrom
nhatminhbeo:master
Open

Adding Google Drive file storage as an option#182
nhatminhbeo wants to merge 11 commits intocobyism:masterfrom
nhatminhbeo:master

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.

2 participants