20 lines
578 B
YAML
20 lines
578 B
YAML
|
modules:
|
||
|
mod_s3_upload:
|
||
|
region:
|
||
|
bucket_url:
|
||
|
access_key_id:
|
||
|
access_key_secret:
|
||
|
## Maximum permitted object size, in bytes
|
||
|
# max_size: 1073741824
|
||
|
## How long, in seconds from generation, an upload URL is valid
|
||
|
# put_ttl: 600
|
||
|
## Whether to apply the special public-read ACL to the object
|
||
|
# set_public: true
|
||
|
## Advertised service name
|
||
|
# service_name: 'S3 Upload'
|
||
|
## ACL containing users permitted to request slots
|
||
|
# access: local
|
||
|
## Hostnames that this module will receive IQs at
|
||
|
# hosts:
|
||
|
# - upload.@HOST@
|