Skip to content

feat: add S3 auth support behind feature flag#172

Merged
GideonBear merged 2 commits into
jaemk:masterfrom
mat813:s3-auth
Apr 9, 2026
Merged

feat: add S3 auth support behind feature flag#172
GideonBear merged 2 commits into
jaemk:masterfrom
mat813:s3-auth

Conversation

@mat813
Copy link
Copy Markdown
Contributor

@mat813 mat813 commented Mar 26, 2026

Closes #88

@mat813 mat813 mentioned this pull request Mar 26, 2026
@mat813 mat813 force-pushed the s3-auth branch 2 times, most recently from 0000341 to 0000341 Compare March 31, 2026 13:02
@GideonBear
Copy link
Copy Markdown
Collaborator

Have you tested this?

Copy link
Copy Markdown
Collaborator

@GideonBear GideonBear left a comment

Choose a reason for hiding this comment

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

Few nits, assuming you've tested everything, and have done your research on how to implement AWS sign v4 :)

Comment thread Cargo.toml Outdated
Comment thread src/backends/s3.rs Outdated
Comment thread src/backends/s3.rs Outdated
@mat813
Copy link
Copy Markdown
Contributor Author

mat813 commented Apr 7, 2026

Have you tested this?

And yes, I have tested this, it works with our minio and seaweedfs object storage. I don't have an actual s3 bucket to test things with, but I don't see why it would fail there.

@mat813 mat813 force-pushed the s3-auth branch 2 times, most recently from 0000348 to 0000348 Compare April 7, 2026 10:16
@mat813
Copy link
Copy Markdown
Contributor Author

mat813 commented Apr 7, 2026

I removed a few string cloning, and a TODO item I had.

Comment thread src/backends/s3.rs Outdated
Copy link
Copy Markdown
Collaborator

@GideonBear GideonBear left a comment

Choose a reason for hiding this comment

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

Amazing, thanks!

@GideonBear GideonBear changed the title feat: add S3 auth support (behind a new feature flag) feat: add S3 auth support behind feature flag Apr 9, 2026
@GideonBear GideonBear merged commit 564bb59 into jaemk:master Apr 9, 2026
2 checks passed
@mat813 mat813 deleted the s3-auth branch April 10, 2026 09:47
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.

Access S3 buckets

2 participants