mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
fix(replication): restrict metadata replication targets (#5696)
This commit is contained in:
@@ -34,6 +34,7 @@ pub(crate) const SSEC_ALGORITHM_HEADER: &str = "x-amz-server-side-encryption-cus
|
||||
pub(crate) const SSEC_KEY_HEADER: &str = "x-amz-server-side-encryption-customer-key";
|
||||
pub(crate) const SSEC_KEY_MD5_HEADER: &str = "x-amz-server-side-encryption-customer-key-md5";
|
||||
pub(crate) const SUFFIX_ACTUAL_SIZE: &str = "actual-size";
|
||||
pub(crate) const SUFFIX_REPLICATION_STATUS: &str = "replication-status";
|
||||
pub(crate) const SUFFIX_REPLICATION_RESET_STATUS: &str = "replication-reset-status";
|
||||
|
||||
fn internal_keys(suffix: &str) -> (String, String) {
|
||||
|
||||
Reference in New Issue
Block a user