parse-community / parse-server

Parse Server for Node.js / Express
https://parseplatform.org
Apache License 2.0
20.83k stars 4.77k forks source link

Add support for async `FilesAdapter.getFileLocation` #9268

Closed mtrezza closed 2 weeks ago

mtrezza commented 1 month ago

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 https://github.com/parse-community/parse-server-s3-adapter/issues/197.

parse-github-assistant[bot] commented 1 month ago

Thanks for opening this issue!

parseplatformorg commented 2 weeks ago

🎉 This change has been released in version 7.3.0-alpha.7