Problem with custom S3 (Minio)
-
Hi,
Plugin 3.8
WP 5.5S3 custom – Minio
All fields for the custom S3 are entered correctly. When filling in the fields, the plugin connects to the S3 storage and sees the existing buckets.
minio admin trace – process config plugin
{ "status": "success", "host": "s3.xxxxx.com", "time": "2021-01-12T07:04:38.254499466Z", "client": "172.17.0.1", "callStats": { "rx": 113, "tx": 633, "duration": 1309008, "timeToFirstByte": 0 }, "api": "s3.ListBuckets", "path": "/", "query": "", "statusCode": 200, "statusMsg": "OK" }
But when executing a backup task, it gives an error that the bucket was not exit.
[12-Jan-2021 11:05:08] 1. Attempting to send a backup file to the S3 service ... [12-Jan-2021 11:05:08] ERROR: S3 Bucket "backup-sites-bucket" does not exist!
minio admin trace – clear.. not info (((
How check problem?
P.S. Plugin UpdraftPlus works fine with the same settings.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.