rcx icon indicating copy to clipboard operation
rcx copied to clipboard

Support for Tardigrade and Minio

Open kevinclevenger opened this issue 3 years ago • 5 comments

Pre-Submission checklist

  • [X] There is no existing issue that already asks for this feature.
    If no, please add a +1, and maybe a comment if you have more to add.
  • [X] The feature already exists in rclone (on your PC or in Termux)
  • [ ] I am prepared to help make this feature

What version of RCX are you using (About -> App version)?

None yet

What problem are you trying to solve?

I'd like to be able to use secure remote storage I control (minio) and have access to (tardigrade) as remote storage with Android

What should RCX be able to do differently with help this problem?

Support for rclone type = tardigrade, and type = S3, provider = Minio

kevinclevenger avatar Mar 08 '21 22:03 kevinclevenger

If I remember correctly, i previously disabled tardigrade because it increased the binary size by around 33%, which is hard to justify for a single remote type.

With the optimizations, we are just below the 15 MB limit. There is also the 100 MB total size limit, which we are going to have a problem with once we load rclone as shared library (and then have to ship it uncompressed). This isn't really decided though - I'm currently more leaning towards just shipping the normal version, and then later adding a slim edition.

Minio should already be supported though - apart from https://github.com/rclone/rclone/commit/90377f5e65dfd0311596a06017ab79a4600b6a41 and https://github.com/rclone/rclone/commit/815ae7df453ceb0004141c743bee90283cae7f52.

x0b avatar Mar 09 '21 17:03 x0b

Importing rclone.conf minio and crypt->minio seem to work fine (put.io also works). FWIW, I'd happily pay for a premium/extended version that includes tardigrade support.

kevinclevenger avatar Mar 10 '21 17:03 kevinclevenger

Version v1.12.0 has released with full rclone binary, e.g. tardigrade should now work as well.

x0b avatar May 07 '21 10:05 x0b

Works for me. Many, many thank you's for this!

kevinclevenger avatar May 14 '21 22:05 kevinclevenger

minio and storj network are usable via s3 compatible mode.

I think this can be closed.

gotjoshua avatar Jul 01 '22 15:07 gotjoshua