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

Use default STS endpoints when using empty STS endpoint with IAM #2051

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

ramondeklein
Copy link
Contributor

Fixes #2048

@ramondeklein ramondeklein self-assigned this Jan 18, 2025
@ramondeklein ramondeklein marked this pull request as draft January 18, 2025 16:45
@ramondeklein ramondeklein marked this pull request as ready for review January 18, 2025 16:46
@ramondeklein ramondeklein force-pushed the fix-empty-iam-endpoint branch from e477d24 to 999d4e1 Compare January 18, 2025 17:28
@harshavardhana harshavardhana merged commit 113812b into minio:master Jan 18, 2025
5 checks passed
DennisRasey pushed a commit to DennisRasey/forgejo that referenced this pull request Jan 21, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | require | patch | `v7.0.83` -> `v7.0.84` |

---

### Release Notes

<details>
<summary>minio/minio-go (github.com/minio/minio-go/v7)</summary>

### [`v7.0.84`](https://github.com/minio/minio-go/releases/tag/v7.0.84): Bugfix Release

[Compare Source](minio/minio-go@v7.0.83...v7.0.84)

#### What's Changed

-   fix: use Hostname instead of Host in s3utils.GetRegionFromURL by [@&#8203;huanghaoyuanhhy](https://github.com/huanghaoyuanhhy) in minio/minio-go#2046
-   feat: CopyObject md demo update by [@&#8203;767829413](https://github.com/767829413) in minio/minio-go#2017
-   fix: get ETag from resp.Body rather than resp.Header by [@&#8203;xiangcheng09](https://github.com/xiangcheng09) in minio/minio-go#2019
-   move to go1.23 CI by [@&#8203;harshavardhana](https://github.com/harshavardhana) in minio/minio-go#2050
-   Use default STS endpoints when using empty STS endpoint with IAM by [@&#8203;ramondeklein](https://github.com/ramondeklein) in minio/minio-go#2051

#### New Contributors

-   [@&#8203;huanghaoyuanhhy](https://github.com/huanghaoyuanhhy) made their first contribution in minio/minio-go#2046
-   [@&#8203;767829413](https://github.com/767829413) made their first contribution in minio/minio-go#2017
-   [@&#8203;xiangcheng09](https://github.com/xiangcheng09) made their first contribution in minio/minio-go#2019

**Full Changelog**: minio/minio-go@v7.0.83...v7.0.84

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6629
Reviewed-by: Michael Kriese <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-committed-by: Renovate Bot <[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.

credentials.NewIAM("") with EC2 Instance Profile does not work properly in v7.0.83
2 participants