Closed RelatedTitle closed 3 years ago
For storing avatar on S3, that can be done by generating a Pre-signed URL first (by sending file metadata) and then uploading the image to S3 using the generated URL. Is this what is expected on this issue ?
It can either be done that way or using the SDK. It doesn't really matter what method is used as long as the result is the same. :)
Alright, do we have a test s3 bucket ?
I can't provide a testing S3 bucket, sorry.
Okay, not an issue. I will start working on it
Any updates?
Add support for storing avatars on S3. Add the necessary config values for the bucket and to know whether to store the avatars locally or on S3 (or more in the future).