S3 Not working #3901
Unanswered
arunmozhichelvan1
asked this question in
Q&A
S3 Not working
#3901
Replies: 1 comment
-
Have you looked at the documentation pages for the storage implementations using S3? (https://github.com/Lumieducation/H5P-Nodejs-library/tree/master/docs/packages/h5p-mongos3) There currently is no PostgreSQL storage implementation for the NodeJS server version of H5P. You can certainly write one yourself, though. |
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
-
apart from adding the .env variables for aws s3 (AWS_ACCESS_KEY_ID ....), creating an instance of S3TemporaryFileStorage , do we need to do any additional steps in express server ? coz it is not using my aws s3 for uploading the content .
Can u briefly explain on how to do that ?
Also even if i use mongo+s3 for storage , temporary data is not being stored in s3 .
Also , is there a way to use pgsql instead of mongo ?
Beta Was this translation helpful? Give feedback.
All reactions