Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support of path-style S3 endpoints #549

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

oleynikd
Copy link
Contributor

This can be very useful when using S3-compatible object storages like MinIO. Path-style endpoint means that bucket name will not be prepended to the API endpoint as a subdomain, but added to the path instead.
e.g. https://bucket-name.my-s3-storage.com/ -> https://my-s3-storage.com/bucket-name

This can be very useful when using S3-compatible object storages like MinIO
@abouolia abouolia merged commit 788150f into bigcapitalhq:develop Jul 29, 2024
1 check failed
@abouolia
Copy link
Contributor

@oleynikd Awesome man, let us merge it other people will need it.

@oleynikd oleynikd deleted the s3-path-style branch August 1, 2024 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants