diff options
author | trinity-1686a <trinity@deuxfleurs.fr> | 2024-12-14 17:46:27 +0100 |
---|---|---|
committer | trinity-1686a <trinity@deuxfleurs.fr> | 2024-12-14 17:46:27 +0100 |
commit | c9b733a4a667c82c665d84352624902dcba093a7 (patch) | |
tree | 3e7d5d938110f309723342fbe99c586393a2ed9c /src/garage/admin/bucket.rs | |
parent | 3661a597fa40e6396049e4dd9fef50c14fa9e9d9 (diff) | |
download | garage-c9b733a4a667c82c665d84352624902dcba093a7.tar.gz garage-c9b733a4a667c82c665d84352624902dcba093a7.zip |
support redirection on s3 endpoint
Diffstat (limited to 'src/garage/admin/bucket.rs')
-rw-r--r-- | src/garage/admin/bucket.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/garage/admin/bucket.rs b/src/garage/admin/bucket.rs index 1bdc6086..a9b4cc50 100644 --- a/src/garage/admin/bucket.rs +++ b/src/garage/admin/bucket.rs @@ -393,6 +393,7 @@ impl AdminRpcHandler { Some(WebsiteConfig { index_document: query.index_document.clone(), error_document: query.error_document.clone(), + routing_rules: Vec::new(), }) } else { None |