YAML parser is probably converting 1234 to number, not binary
This commit is contained in:
parent
961060a284
commit
1a54cf7e52
|
@ -2,8 +2,8 @@ modules:
|
||||||
mod_s3_upload:
|
mod_s3_upload:
|
||||||
region: us-west-1
|
region: us-west-1
|
||||||
bucket_url: https://example.s3.us-west-1.wasabisys.com
|
bucket_url: https://example.s3.us-west-1.wasabisys.com
|
||||||
access_key_id: 1234
|
access_key_id: WBPXK3YWS457RV9P
|
||||||
access_key_secret: AE32BFFFFFD
|
access_key_secret: N2UC4RSLPU6VH6FYGNJ9BRNMC74XM6G9MP74RNH7D4ZG9UBZY9Z5G4ZR8T782KR7
|
||||||
## Maximum permitted object size, in bytes
|
## Maximum permitted object size, in bytes
|
||||||
# max_size: 1073741824
|
# max_size: 1073741824
|
||||||
## How long, in seconds from generation, an upload URL is valid
|
## How long, in seconds from generation, an upload URL is valid
|
||||||
|
|
Loading…
Reference in New Issue