bosonprotocol / reference-backend

[DEPRECATED] An example backend application for Boson Protocol
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Allow images to be uploaded to AWS. #109

Closed tobyclemson closed 3 years ago

tobyclemson commented 3 years ago

This PR allows image upload to be implemented using either Google Cloud Storage or AWS S3. The upload itself has also been converted to a streaming upload directly to the backing store to prevent running out of memory or disk on the cluster running the backend service.

There's a little more work to do to configure the AWS environment permissions to allow upload from our servers but this is ready to start reviewing.