Storing blobs on s3

Hello community,

We have Plone sites with lots of blob objects (/- 1Tb) and we can not backup them easily, so we think of move local fs to s3 fs for all our blobs. Is there someone who use s3 storage on Production ?
I see xmldirector.connector package can do that, but is there someone who use it on prod with lot of blobs ?
Maybe someone use fuse fs mounted on s3 (GitHub - s3fs-fuse/s3fs-fuse: FUSE-based file system backed by Amazon S3) ?
Or someone use collective.s3blobs ?
Is there some issue to fetch blobs on s3 ?

FYI, we are going to use minio