Improves loading of Push Adapter, fix loading of S3Adapter#833
Improves loading of Push Adapter, fix loading of S3Adapter#833flovilmart merged 2 commits intomasterfrom
Conversation
|
Can you also update the docs to describe the new options? |
|
Sure! |
|
@flovilmart updated the pull request. |
Current coverage is
|
2fbcd1b to
764c563
Compare
|
@flovilmart updated the pull request. |
src/Adapters/AdapterLoader.js
Outdated
| return loadAdapter(defaultAdapter, undefined, adapter); | ||
| } catch (e) {}; | ||
| } | ||
| // return the adapter as is as it's unusable otherwise |
There was a problem hiding this comment.
Is this comment still correct, or will it just return the object representing the adapter (which is presumably usable)?
There was a problem hiding this comment.
Yeah? That retuns the adapter as not other loading method seems to be available.
There was a problem hiding this comment.
Oh man, I totally misread that, somehow turned that into "return the adapter as it's unusable". Might I suggest "return the adapter as provided" or something similar?
- Adds environment variables to configure S3Adapter
764c563 to
a44b1d9
Compare
|
@flovilmart updated the pull request. |
Improves loading of Push Adapter, fix loading of S3Adapter
Fixes #820
Fixes #832