admin/files: allow configuring S3 signature version (#20639)

This commit is contained in:
Dominic R
2026-03-02 09:03:02 -05:00
committed by GitHub
parent cd53bc1d1d
commit e5a261a0e5
5 changed files with 52 additions and 1 deletions

View File

@@ -357,6 +357,14 @@ Valid values are `auto` and `path`.
Defaults to `auto`.
#### `AUTHENTIK_STORAGE__S3__SIGNATURE_VERSION`
Configure the signing method used for S3 requests.
Defaults to `s3v4`.
Set to `s3` for legacy S3-compatible providers that do not support signature v4.
#### `AUTHENTIK_STORAGE__S3__SESSION_PROFILE`
Profile to use when using AWS SDK authentication.