We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
@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 :)
Sorry, something went wrong.
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.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: