3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 18:45:45 +00:00

Added endpoint & use_path_style_endpoint configs for public/private S3

This commit is contained in:
Patrick Thomas
2025-11-28 17:29:02 +00:00
parent a272bdc796
commit 6eaefa0bdd
4 changed files with 17 additions and 1 deletions

View File

@ -137,6 +137,8 @@ PUBLIC_AWS_ACCESS_KEY_ID=null
PUBLIC_AWS_DEFAULT_REGION=null
PUBLIC_AWS_BUCKET=null
PUBLIC_AWS_URL=null
PUBLIC_AWS_ENDPOINT=null
PUBLIC_AWS_PATH_STYLE=null
PUBLIC_AWS_BUCKET_ROOT=null
# --------------------------------------------
@ -147,6 +149,8 @@ PRIVATE_AWS_SECRET_ACCESS_KEY=null
PRIVATE_AWS_DEFAULT_REGION=null
PRIVATE_AWS_BUCKET=null
PRIVATE_AWS_URL=null
PRIVATE_AWS_ENDPOINT=null
PRIVATE_AWS_PATH_STYLE=null
PRIVATE_AWS_BUCKET_ROOT=null
# --------------------------------------------