PBS s3 backblaze API error: NotImplemented

Gilberto Ferreira

Renowned Member
Hi...

I had have setted up PBS 4 with PVE 9 beta, and I could add the endpoint, but when I tried to add the datastore got this error:

Aug 02 13:44:01 pve9-beta proxmox-backup-api[7810]: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Error>
<Code>NotImplemented</Code>
<Message>A header you provided implies functionality that is not implemented</Message>
</Error>

In the web gui I got this:

access time safety check failed: failed to upload chunk to s3 backend: chunk upload failed: unexpected status code 501 Not Implemented


proxmox-backup-manager s3 endpoint list-buckets blaze
Result: [
{
"name": "backup-pve100"
}
]
pve9-beta:~# cat /etc/proxmox-backup/s3.cfg
s3-endpoint: blaze
access-key KEY01
endpoint s3.us-east-005.backblazeb2.com
path-style true
region us-east-005
secret-key KEY02

Any advice?

Thanks
 
Last edited:
 
  • Like
Reactions: Gilberto Ferreira
Oh! thank you point that out to me!...