EndpointResolverV2 with a custom static URI does not honor UsePathStyle — the resolver provides the final endpoint and the SDK does not re-apply path-style bucket addressing on top of it. This means the bucket name was dropped from the request path even with UsePathStyle=true, sending PUTs to /replays/... instead of /armor-apexalgo/replays/... BaseEndpoint is the SDK's documented approach for S3-compatible custom endpoints; it sets the base URL and then correctly applies path-style addressing to produce /bucket/key URLs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api.go | ||
| b2.go | ||
| crash_test.go | ||
| db.go | ||
| Dockerfile | ||
| glicko2.go | ||
| main.go | ||
| metrics.go | ||
| metrics_test.go | ||