Hello and thank you for everything.
I have a minio s3 server and I cannot get the endpoint to work via pbs, I get an error "Error: head object failed
If I run a test from pbs with
The s3 pbs configuration file:
Do you have any ideas?
Thanks very much!
Patrick.
I have a minio s3 server and I cannot get the endpoint to work via pbs, I get an error "Error: head object failed
proxmox-backup-manager s3 check S3-Minio-Test test-pbs --store-prefix /
Bash:
0: client error (Connect)
1: error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../ssl/record/methods/tls_common.c:662:, error:0A000139:SSL routines::record layer failure:../ssl/record/rec_layer_s3.c:696:
2: error:0A0000C6:SSL routines:tls_get_more_records:packet length too long:../ssl/record/methods/tls_common.c:662:, error:0A000139:SSL routines::record layer failure:../ssl/record/rec_layer_s3.c:696
If I run a test from pbs with
awscli
, I can see the buckets:
Bash:
aws --endpoint-url http://minio02-dev.xxxxxx:9000 s3 ls
iso-images
test-pbs
The s3 pbs configuration file:
Bash:
vi s3.cfg
s3-endpoint: S3-Minio-Test
access-key adminuser
endpoint minio01.plbs.info
port 9000
region us-east-1
secret-key Password@Minio!
Do you have any ideas?
Thanks very much!
Patrick.
Last edited: