-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove S3 File Adapter #7324
Remove S3 File Adapter #7324
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7324 +/- ##
=======================================
Coverage 93.88% 93.89%
=======================================
Files 181 181
Lines 13194 13194
=======================================
+ Hits 12387 12388 +1
+ Misses 807 806 -1
Continue to review full report at Codecov.
|
Just want to point out that the docker build is broken
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@dplewis Docker build is broken? Was that only temporary? |
The latest build / branch is broken. Caused by #7321 and this PR may cause another similar error. Edit: In package.json
|
That's because of the local dependency I guess, I already thought that was too easy...
Any idea how to fix this for docker? Maybe adding a
|
@dplewis I changed the path in this PR, could you see if that works for docker? |
@davimacedo I haven't used docker in while. Can you give it a try? You could try Perhaps we should add testing DockerFile in the Contributions? |
I added a docker build check to the CI in #7332; I suggest we add the fix there, because it also contains the check. |
1b92235
to
e8fc5c5
Compare
* remove s3 adapter * moved mock files adapter * Update package-lock.json
🎉 This change has been released in version 5.0.0-beta.1 |
🎉 This change has been released in version 5.0.0 |
This removes the S3 Files Adapter from the Parse Server repo.
Instead, the adapter has to be installed separately as dependency
@parse/s3-files-adapter
.This is to not make Parse Server dependent on the update of an optional adapter.
The same has already been done some time ago with GCS Files Adapter.
Incident for this change: