Proxmox Backup Server and S3 Selfhosted

Hello,

have somebody ever rteid and bring it to work using S3 Self Hosted Gateway running with Proxmox Backup Server?

Hello @jensamberg,
Welcome back!

You may try and report results. If their server allow to specify an access key, the secret key and the endpoint - it should work. But please also try to configure it to use 64MB chunks.

You may also try rclone serve s3, it supports path style links, instead of the gateway.

Yes after Storj roll back the pricing decision I am back.

However Proxmox Backup Server Need https for S3. The S3 access provided by Storj works perfectly. However I find it better to use S3 self hosted.

Is there an version with https ?

No, but there are two methods:

  1. Use a reverse proxy configured to proxypass to gateway-st, it should be configured to support https (you need a valid certificate for your hostname).
  2. Since we forked minio, you may try to use its native support
    1. Place your certificate to the default folder: Enable Network Encryption | MinIO AIStor Documentation
    2. The public and private keys should have a special names and in a specific format https://share.google/2IfOGuBzaPDbNnD8K
    3. When files are placed, you need to restart gateway-st

The second option I didn’t try though, but it should work.

Maybe AI could help: Google Search

For that way, you can provide certificate’s keys too: Google Search

TIL – no need to mess with caddy and all that jazz, nice!