feat: add support for path style buckets

This commit is contained in:
Paul Makles
2024-10-27 23:28:28 +00:00
parent df07426019
commit ab58177dfa
3 changed files with 6 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ pub struct FilesLimit {
#[derive(Deserialize, Debug, Clone)]
pub struct FilesS3 {
pub endpoint: String,
pub path_style_buckets: bool,
pub region: String,
pub access_key_id: String,
pub secret_access_key: String,