mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 17:45:21 +02:00
admin/files: allow configuring S3 signature version (#20639)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user