radosgw_usage_log_flush_threshold: 1024
radosgw_usage_max_shards: 32
radosgw_usage_max_user_shards: 1
+# Settings for static website hosting
+radosgw_static_website: false
+radosgw_dns_s3website_name: your.subdomain.tld # subdomain used by radosgw for website bucket hosting.
# Rados Gateway options
email_address: foo@bar.com
rgw usage max shards = {{ radosgw_usage_max_shards }}
rgw usage max user shards = {{ radosgw_usage_max_user_shards }}
{% endif %}
+{% if radosgw_static_website | bool %}
+rgw enable static website = {{ radosgw_static_website }}
+rgw dns s3website name = {{ radosgw_dns_s3website_name }}
+{% endif %}
{% endif %}
{% endfor %}
{% endif %}