Skip to content

allow users to extend DNS style buckets#2057

Merged
harshavardhana merged 1 commit into
minio:masterfrom
harshavardhana:allow-custom-virtual
Feb 2, 2025
Merged

allow users to extend DNS style buckets#2057
harshavardhana merged 1 commit into
minio:masterfrom
harshavardhana:allow-custom-virtual

Conversation

@harshavardhana
Copy link
Copy Markdown
Member

this is to allow for custom extensions, since
we keep getting new requests to add new URLs
as default for bucket DNS style requests. This
is not scalable for this SDK, allowing a caller
specific function allows callers can write their
own function and provide us when they wish to use
path style or bucket DNS style.

this is to allow for custom extensions, since
we keep getting new requests to add new URLs
as default for bucket DNS style requests. This
is not scalable for this SDK, allowing a caller
specific function allows callers can write their
own function and provide us when they wish to use
path style or bucket DNS style.
@harshavardhana
Copy link
Copy Markdown
Member Author

PTAL @klauspost

@harshavardhana harshavardhana merged commit 79b6099 into minio:master Feb 2, 2025
@harshavardhana harshavardhana deleted the allow-custom-virtual branch February 2, 2025 15:58
project-mirrors-bot-tu Bot pushed a commit to project-mirrors/forgejo-as-gitea-fork that referenced this pull request Feb 10, 2025
…itea#6875)

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.84` -> `v7.0.85` |

---

### Release Notes

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

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

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

#### What's Changed

-   Update s3-endpoints.go with ISO endpoints by [@&go-gitea#8203;vnzongzna](https://github.com/vnzongzna) in minio/minio-go#2053
-   Implement error interface for RemoveObjectError by [@&go-gitea#8203;wuhaochen](https://github.com/wuhaochen) in minio/minio-go#2058
-   allow users to extend DNS style buckets by [@&go-gitea#8203;harshavardhana](https://github.com/harshavardhana) in minio/minio-go#2057

#### New Contributors

-   [@&go-gitea#8203;vnzongzna](https://github.com/vnzongzna) made their first contribution in minio/minio-go#2053
-   [@&go-gitea#8203;wuhaochen](https://github.com/wuhaochen) made their first contribution in minio/minio-go#2058

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTguMiIsInVwZGF0ZWRJblZlciI6IjM5LjE1OC4yIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6875
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
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.

2 participants