Hi everyone,
I am trying to configure an S3-compatible datastore on my Proxmox Backup Server (PBS) 4.1 using FileLu S5.
I have verified all local steps (correct local cache permissions, network connectivity, and S3 naming conventions), but the initialization fails immediately when PBS attempts to upload the necessary 'in-use marker'.
The exact error message is:
Any insight would be greatly appreciated!
Thanks
Torsten
I am trying to configure an S3-compatible datastore on my Proxmox Backup Server (PBS) 4.1 using FileLu S5.
I have verified all local steps (correct local cache permissions, network connectivity, and S3 naming conventions), but the initialization fails immediately when PBS attempts to upload the necessary 'in-use marker'.
The exact error message is:
This typically indicates that the S5 endpoint is sending a non-empty HTTP response body (e.g., HTML/text) on a successful PUT request, which violates the strict S3 protocol rules PBS enforces.Task failed: failed to upload in-use marker for datastore: got unexpected non-empty response body
What I have already tried:
- Verified and corrected local cache permissions (chown backup:backup).
- Ensured the S3 bucket is empty (newly created).
- Checked the S3 endpoint URL and credentials.
- Tried the available Skip If-None-Match header Provider Quirk (did not solve the issue).
Any insight would be greatly appreciated!
Thanks
Torsten