fix(s3-bridge): update config typespecs

This commit is contained in:
Andrew Mayorov 2024-05-17 09:47:16 +02:00
parent 5b2c2b336c
commit 39c2433afb
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 2 additions and 0 deletions

View File

@ -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(),