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

FR: Google Cloud Storage Support #3

Open
vinayak25 opened this issue Sep 30, 2020 · 4 comments
Open

FR: Google Cloud Storage Support #3

vinayak25 opened this issue Sep 30, 2020 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@vinayak25
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We have few projects which use google cloud storage for their object storage solution, will be a good to have.

Describe the solution you'd like
Support for "Google Cloud Storage" driver.

@vinayak25 vinayak25 added enhancement New feature or request good first issue Good for newcomers hacktoberfest labels Sep 30, 2020
@akk29
Copy link
Contributor

akk29 commented Nov 23, 2020

I will be picking up this task @vinayak25 .

@ZaitsevUA
Copy link

Yes, please add GCS

@micalevisk
Copy link

I need this feature :/ :+1:

(2022 ping)

@micalevisk
Copy link

To implement this, we basically need to write a new file called let's say lib/drivers/gcsStorage.ts and then update the following dict?

private readonly driverMap: { [key: string]: any } = {
local: Local,
s3: S3Storage,
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants