x0b / rcx

Rclone for Android
https://x0b.github.io
GNU General Public License v3.0
1.71k stars 155 forks source link

AWS S3 Support #85

Open kidspro88 opened 4 years ago

kidspro88 commented 4 years ago

Do you have any plan to support AWS s3 in the next time?

x0b commented 4 years ago

In general, you can use any remote type, including Amazon S3, when you import a configuration file from a desktop rclone.

The app does not (yet) have a configuration wizard for Amazon S3 though. It seems we haven't had the time yet, and also no test accounts. I have currently no plans for an S3 wizard, though it may just be added as part of 1.13 or 1.14.

SkypLabs commented 2 years ago

Some cloud providers other than AWS provide S3-compatible object storage services, such as Scaleway and OVH.

The first 75GB are free on Scaleway, which would be way enough for running CI tests on it. I can help you set up a test project / account if you are interested.

simson commented 1 year ago

It works pretty well using the rclone configuration import.

SkypLabs commented 1 year ago

It works pretty well using the rclone configuration import.

Yes it does, but adding an S3 remote directly from the app with a GUI would be handier though.