Can we use Google cloud storage. #1692
Unanswered
dildardk123
asked this question in
Q&A
Replies: 1 comment
-
I don't see a reason why this shouldn't work, but we don't have a package for this at the moment. You'll have to write storage classes that implements these interfaces:
It looks like GCS also supports some kind of compatibility mode for s3: https://cloud.google.com/storage/docs/migrating so you might get away with using the existing Mongo/S3 classes with GCS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using your h5p-package with s3 aws file storage with mongoDb database.
But for the requirement, I want to know can we use google cloud storage with mongodb?
If yes, How will we do this or do you have any other package with google cloud storage?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions