New Feature / Enhancement Checklist
Current Limitation
The FilesAdapter protocol expects getFileLocation to be a synchronous method.
Feature / Enhancement Description
Add support for getFileLocation to be either an asynchronous or synchronous method:
Example Use Case
See parse-community/parse-server-s3-adapter#197.
New Feature / Enhancement Checklist
Current Limitation
The
FilesAdapterprotocol expectsgetFileLocationto be a synchronous method.Feature / Enhancement Description
Add support for
getFileLocationto be either an asynchronous or synchronous method:Example Use Case
See parse-community/parse-server-s3-adapter#197.