Skip to content

Commit

Permalink
feat(minio): add new minio endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
phwissmann committed Nov 27, 2024
1 parent d99bc9d commit cf6c74a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .prod.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ MINIO_REGION="eu-west-1"
MINIO_RETRIEVAL_BUCKET="retrieval"
MINIO_LANDINGZONE_BUCKET="landingzone"
MINIO_STAGING_BUCKET="staging"
MINIO_ENDPOINT="scopem-openem.ethz.ch:9000"
MINIO_EXTERNAL_ENDPOINT="scopem-openem.ethz.ch:9000"
MINIO_ENDPOINT="scopem-openemdata.ethz.ch:9000"
MINIO_EXTERNAL_ENDPOINT="scopem-openemdata.ethz.ch:9000"
#### PREFECT
# Prefect version used in all images
PREFECT_VERSION=3.0.4-python3.11
Expand Down
10 changes: 5 additions & 5 deletions backend/prefect-vars.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ LTS_STORAGE_ROOT = "/tmp/LTS" # Root path where LTS share is mounted
LTS_FREE_SPACE_PERCENTAGE = 20 # Minimum free space percentage of the LTS before archiving task starts

[minio]
MINIO_REGION = "eu-west1" # S3 region
MINIO_RETRIEVAL_BUCKET = "retrieval" # S3 bucket where datasets are retrieved to
MINIO_LANDINGZONE_BUCKET = "landingzone" # S3 bucket where datasets are uploaded to
MINIO_STAGING_BUCKET = "staging" # S3 internally used bucket where datasets are staged before copying to LTS
MINIO_ENDPOINT = "minio:9000" # S3 endpoint of storage server
MINIO_REGION = "eu-west1" # S3 region
MINIO_RETRIEVAL_BUCKET = "retrieval" # S3 bucket where datasets are retrieved to
MINIO_LANDINGZONE_BUCKET = "landingzone" # S3 bucket where datasets are uploaded to
MINIO_STAGING_BUCKET = "staging" # S3 internally used bucket where datasets are staged before copying to LTS
MINIO_ENDPOINT = "scopem-openemdata.ethz.ch:9000" # S3 endpoint of storage server

[scicat]
SCICAT_API_PREFIX = "/api/v3/" # Route prefix of Scicat instance

0 comments on commit cf6c74a

Please sign in to comment.