Skip to content

fix: s3_compatible upload fail#1832

Merged
benjamin-747 merged 1 commit into
gitmono-dev:mainfrom
pleasedontbreak123:main
Jan 22, 2026
Merged

fix: s3_compatible upload fail#1832
benjamin-747 merged 1 commit into
gitmono-dev:mainfrom
pleasedontbreak123:main

Conversation

@pleasedontbreak123

@pleasedontbreak123 pleasedontbreak123 commented Jan 22, 2026

Copy link
Copy Markdown
Contributor

The failure is caused by a combination of default AmazonS3Builder behaviors in object_store:

1.HTTP endpoints are disallowed by default

  • object_store requires explicit opt-in for non-HTTPS endpoints.
  • RustFS exposes its S3-compatible API over HTTP by default, which requires S3 clients (such as object_store) to explicitly opt in to non-HTTPS endpoints via allow_http.

linked #1821

@benjamin-747 benjamin-747 added this pull request to the merge queue Jan 22, 2026
Merged via the queue into gitmono-dev:main with commit 599dc76 Jan 22, 2026
11 checks passed
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