Need path style access for S3 generic like minio
-
The current implementation just tries to access s3 bucket via sub domain/dns but need it to access it via path style reference
current access style: https://bucket.example.com
requirement for s3 generic/minio: https://example.com/bucketS3 connection error: Error executing "PutObject" on "https://bucket.example.com/.xcloner_9075b0"; AWS HTTP error: cURL error 6: Could not resolve host: bucket.example.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://bucket.example.com/.xcloner_9075b0
- The topic ‘Need path style access for S3 generic like minio’ is closed to new replies.