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