Make Photos in S3 Compatible Filebase Bucket only accessible though Flutter App?

Viewed 108

My Flutter app displays photos from an S3 compatible Filebase bucket. I'd like to avoid making this bucket public and only allow access to these photos through the Flutter app. I've looked into signed URLs but am not sure how to restore access to the urls once they've expired.

Any suggestions for how I can make my bucket accessible only through the Flutter App?

Filebase is a storage service that allows the use of most S3 tools such as AWS CLI, S3CMD, S3FS-FUSE, S4CMD and signed URLS.

1 Answers
Related