However, I want to restore the backup on the local minio server; So I want to access the backup but not have it go through xbcloud/s3 since I am executing the commands locally and just want to use xbstream to restore it.
Is this possible? What command would I run assuming s3://database/202311112041-full_backup correlates to /mnt/data/database/202311112041-full_backup
I believe that xbcloud breaks up the backup stream into equal sized fragments for storage into S3. If you simply run the equivalent of aws s3 ls s3://path/to/backup you’ll see what I mean. As such, you must use xbcloud to stitch the fragments back together for restore.
I no longer have an s3 compatible service. Before it discontinued I downloaded all the raw files to my local disk. Now I have unstitched local files. Is my only option to host a local minio server and pretend I have a server on 127.0.0.1?