TeamAmaze / AmazeFileManager

Material design file manager for Android
https://teamamaze.xyz
GNU General Public License v3.0
5.34k stars 1.58k forks source link

Add S3/minio/Backblaze usage support #2958

Open yarons opened 3 years ago

yarons commented 3 years ago

Describe the solution you'd like S3 and Backblaze are a relatively cheap storage solutions so backing up my files will become a really cheap and easy process. Adding a Minio support will allow the users to choose an open source alternative for S3 and Backclaze. These all share a pretty similar API. (In S3 you might need to implement Cognito in addition to the S3 implementation although I'm not pretty sure why).

Describe alternatives you've considered Using a desktop client (CyberDuck) or some proprietary S3 solutions for Android (BucketAnywhere, S3Xplorer, S3 Explorer, etc.).

Additional context Having a way to AutoSync and control the retention period would also be great and will save a lot of money as well.

EmmanuelMess commented 3 years ago

Here is the SDK.