-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
PARSE_SERVER_FILES_ADAPTER no longer works. #1659
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
Comments
According to readme , you should set |
@StephenWilson This is not an alternative way to do it, readme specifies |
@Tibabal So the instruction on the wiki page is outdated? |
so it's not possible anymore to set it up with environment variables? |
I guess not. I created a new env variable and set it to
|
Closing due to lack of activity, please update to latest parse-server version and reopen if the issue persist. Don't forget to include your current:
|
Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Environment Setup
Running 2.2.7.
Steps to reproduce
PARSE_SERVER_FILES_ADAPTER
to./Files/S3Adapter.js
as env variable and other envS3_ACCESS_KEY
,S3_SECRET_KEY
andS3_BUCKET
accordingly.Now that S3Adapter is moved to an external package parse-server-modules/parse-server-s3-adapter. I'm guessing
PARSE_SERVER_FILES_ADAPTER
is no longer correct in the documentation. I don't see any mention in the README of enabling S3 using env variable neither. It would be nice to havePARSE_SERVER_FILES_ADAPTER
continue to work as I only enable S3 on staging and production. Other development environments are default to storing to mongodb.Logs/Trace
No error from log. Log shows that the file was saved.
For example
The text was updated successfully, but these errors were encountered: