Set max size for external S3 upload requests
Fix uploads failing when exceeding the default nginx limit
This commit is contained in:
@@ -10,3 +10,4 @@ node.default['garage']['s3_api_root_domain'] = '.s3.garage.localhost'
|
||||
node.default['garage']['s3_web_root_domain'] = '.web.garage.localhost'
|
||||
node.default['garage']['s3_web_domains'] = []
|
||||
node.default['garage']['xmpp_upload_bucket'] = nil
|
||||
node.default['garage']['max_part_upload_size_mb'] = 101
|
||||
|
||||
Reference in New Issue
Block a user