RClone and segments cpunt

Hello!

I’m storing some data on Storj. In the past I did it with TrueNAS and it’s S3 integration but, as long as it cannot allow me configuring the multipart upload size, it ended up in more segments than the optimal ones.

Now I’m heading to use RClone and re-uploading everything. Does the native RClone integration use the 64 MiB segment size or do I need to switch to the S3 integration configuring the multipart upload size?

Thanks in advance

Yes, the native integration uses a 64MiB segment size by default. You also might configure it for the S3 integration with a --chunk-size flag, see Storj S3 integration

1 Like