Skip to content

Feat: Support Path-Style of bucket for s3 Storage backend #1178

@hoangndst

Description

@hoangndst

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`

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions