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

Add SSO support for AWS S3 Backend #4721

Closed

Conversation

konidev20
Copy link
Contributor

What does this PR change? What problem does it solve?

Was the change previously discussed in an issue or on the forum?

Closes #4688

issue from minio/minio-go: minio/minio-go#1930
pr from minio/minio-go: minio/minio-go#1911

Checklist

  • I have read the contribution guidelines.
  • I have enabled maintainer edits.
  • I have added tests for all code changes.
  • I have added documentation for relevant changes (in the manual).
  • There's a new file in changelog/unreleased/ that describes the changes for our users (see template).
  • I have run gofmt on the code in all commits.
  • All commit messages are formatted in the same style as the other commits in the repo.
  • I'm done! This pull request is ready for review.

@konidev20 konidev20 marked this pull request as draft March 3, 2024 09:30
@@ -1,5 +1,7 @@
module github.com/restic/restic

replace github.com/minio/minio-go/v7 => ../minio-go
Copy link
Member

Choose a reason for hiding this comment

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

That references a local folder on your disk. Why not directly reference the commits from the mentioned minio-go PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey, I was not aware of that method initially. 😅

I will update this to the specific commit hash.

I have marked the MR in draft for the same.

@MichaelEischer
Copy link
Member

@konidev20 I'll close that PR for now, feel free to open a new one once there's something to review.

@konidev20
Copy link
Contributor Author

konidev20 commented Apr 10, 2024

@MichaelEischer sure, I don't think anyone is working on that PR from the MinIO team.

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.

Support AWS SSO for S3 backend
2 participants