This commit is contained in:
Alek Westover
2023-06-21 11:32:44 -04:00
parent 02a1d4d8c1
commit bfbae98f24

View File

@@ -118,7 +118,7 @@ pub fn create_s3_config(remote_ext_config: &str) -> anyhow::Result<RemoteStorage
_ => None,
};
// TODO: add support for more of these parameters being configurable?
// load will not be large, so default parameters are fine
let config = S3Config {
bucket_name: remote_ext_bucket.clone(),
bucket_region: remote_ext_region.clone(),