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

S3: exporting minio client #143

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

patilsuraj767
Copy link
Contributor

@patilsuraj767 patilsuraj767 commented Sep 30, 2024

Exposing minio client so that it can be used for accessing other methods of minio client library. One of the use case is for generating presigned URLs.

Signed-off-by: Suraj Patil <[email protected]>
Copy link
Member

@saswatamcode saswatamcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I think this is more preferable than #136

@saswatamcode saswatamcode merged commit 6eb7db9 into thanos-io:main Oct 1, 2024
7 checks passed
@MichaHoffmann
Copy link
Contributor

I dont think this is good library design, the particular S3 client to use is an implementation detail here - this library offers no utility except configuration for this usecase. Why would one not just use minio directly instead of having a dependency on objstore. I would prefer if we revert this PR

patilsuraj767 added a commit to patilsuraj767/objstore that referenced this pull request Oct 1, 2024
@patilsuraj767 patilsuraj767 mentioned this pull request Oct 1, 2024
patilsuraj767 added a commit to patilsuraj767/objstore that referenced this pull request Oct 1, 2024
Signed-off-by: Suraj Patil <[email protected]>
saswatamcode pushed a commit that referenced this pull request Oct 1, 2024
Signed-off-by: Suraj Patil <[email protected]>
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.

3 participants