mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
S3: add support for STS temporary credentials
Fixes #1558 Co-authored-by: Nazarii Mediukh <nazar.medykh@gmail.com> Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
d9b91d074f
commit
58a8b2b860
4 changed files with 13 additions and 11 deletions
|
|
@ -5575,6 +5575,9 @@ components:
|
|||
role_arn:
|
||||
type: string
|
||||
description: 'Optional IAM Role ARN to assume'
|
||||
session_token:
|
||||
type: string
|
||||
description: 'Optional Session token that is a part of temporary security credentials provisioned by AWS STS'
|
||||
endpoint:
|
||||
type: string
|
||||
description: optional endpoint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue