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

Custom Endpoint for MinIO ? #862

Open
xet7 opened this issue Dec 26, 2022 · 2 comments
Open

Custom Endpoint for MinIO ? #862

xet7 opened this issue Dec 26, 2022 · 2 comments

Comments

@xet7
Copy link

xet7 commented Dec 26, 2022

Hi,
does the included AWS:S3 SDK include possibility for custom endpoint?

It seems that @menelike at #742 (comment) tested with MinIO, but I don't know how.

Or do I need to use minio npm package https://min.io/docs/minio/linux/developers/javascript/minio-javascript.html ?

@dr-dimitru
Copy link
Member

@xet7 I believe if you will follow this doc and replace S3 related code with minio code it would work smoothly.

You can fork, copy/paste, edit the document and send it as PR, making this package better :)

@xet7
Copy link
Author

xet7 commented Jan 5, 2023

I found that AWS:S3 SDK has option for endpoint:
https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Endpoint.html

I'll try does it work with MinIO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants