diff options
author | bradleydoherty59 <bradleydoherty59@gmail.com> | 2021-11-05 14:01:12 -0500 |
---|---|---|
committer | bradleydoherty59 <bradleydoherty59@gmail.com> | 2021-11-05 14:01:12 -0500 |
commit | e401747c7920e6ac5fe9a50e0a2c6a2750f13cd3 (patch) | |
tree | 5de2a73c58802c7a662ed4c30ed1a13aefc921e5 /conf/modules.d | |
parent | deddef726c54c8dda758a726a9a75cc8db30ac9a (diff) | |
download | rspamd-e401747c7920e6ac5fe9a50e0a2c6a2750f13cd3.tar.gz rspamd-e401747c7920e6ac5fe9a50e0a2c6a2750f13cd3.zip |
[Config] Allow configurable s3 urls
Diffstat (limited to 'conf/modules.d')
-rw-r--r-- | conf/modules.d/aws_s3.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/modules.d/aws_s3.conf b/conf/modules.d/aws_s3.conf index 2dd966374..bef592aa9 100644 --- a/conf/modules.d/aws_s3.conf +++ b/conf/modules.d/aws_s3.conf @@ -16,6 +16,7 @@ aws_s3 { # Required attributes #s3_bucket = 'xxx'; s3_region = 'us-east-1'; + s3_host = 's3.amazonaws.com'; #s3_secret_key = 'xxx'; #s3_key_id = 'xxx'; # Enable in local.d/aws_s3.conf |