fix(s3-bridge): update config typespecs
This commit is contained in:
parent
5b2c2b336c
commit
39c2433afb
|
@ -52,6 +52,7 @@
|
|||
}.
|
||||
|
||||
-type s3_upload_parameters() :: #{
|
||||
mode := direct,
|
||||
bucket := string(),
|
||||
key := string(),
|
||||
content := string(),
|
||||
|
@ -59,6 +60,7 @@
|
|||
}.
|
||||
|
||||
-type s3_aggregated_upload_parameters() :: #{
|
||||
mode := aggregated,
|
||||
bucket := string(),
|
||||
key := string(),
|
||||
acl => emqx_s3:acl(),
|
||||
|
|
Loading…
Reference in New Issue