forked from AkkomaGang/akkoma
Add missing :ex_aws, :s3, :region setting
This commit is contained in:
parent
7f07871639
commit
2048b93929
1 changed files with 6 additions and 0 deletions
|
@ -3224,6 +3224,12 @@
|
|||
type: :string,
|
||||
description: "S3 host",
|
||||
suggestions: ["s3.eu-central-1.amazonaws.com"]
|
||||
},
|
||||
%{
|
||||
key: :region,
|
||||
type: :string,
|
||||
description: "S3 region (for AWS)",
|
||||
suggestions: ["us-east-1"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue