-
Notifications
You must be signed in to change notification settings - Fork 104
Feat: Support Path-Style of bucket for s3 Storage backend #1178
Copy link
Copy link
Closed
Labels
kind/featureCategorizes issue or PR as related to a new featureCategorizes issue or PR as related to a new feature
Milestone
Description
What would you like to be added?
The Path-Style bucket link for the S3 storage option.
Why is this needed?
Currently, the endpoint of S3 is only in Virtual-hosted–style: https://bucket_name.s3.example.com/. The error will occur if in the case of S3 Storage Server only supports Certificate for Path-Style like https://s3.example.com/bucket_name/
✘ get workspaces meta data from s3 failed: RequestError: send request failed
caused by: Get "https://bucket_name.s3.example.com/.metadata.yml": tls: failed to verify certificate: x509: certificate is valid for *.example.com, example.com, not bucket_name.s3.example.com`Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new featureCategorizes issue or PR as related to a new feature