mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 05:34:10 +03:00
[PR #6127] OpenDAL S3 parameter support #3687
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6127
Author: @txase
Created: 8/3/2025
Status: 🔄 Open
Base:
main← Head:s3-params📝 Commits (1)
bfb6084OpenDAL S3 parameter support📊 Changes
1 file changed (+121 additions, -9 deletions)
View changed files
📝
src/config.rs(+121 -9)📄 Description
This change allows s3:// data paths to include additional parameters as querystrings. The default parameters remain optimized for the official AWS S3 service, but any OpenDAL S3 parameters can be set. For example, to override the default
truevalue forenable_virtual_host_styleyou can set the data config to:s3://my-bucket?enable_virtual_host_style=false
Boolean parameters can be set to
trueby simply adding the parameter:s3://my-bucket?enable_versioning
Fixes #6112
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.