Skip to content

Commit

Permalink
chore: Optimize default backend_scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
das-Abroxas committed Jul 17, 2024
1 parent 8052034 commit 5b3f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/data_proxy/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ force_path_style = false # Set, if s3 backend is not supporting subdomains
# - {{OBJECT_ID}} - The object ULID
# - {{RANDOM:x}} - A random string of (x == integer) lower_case ascii characters
# - {{PROXY_ID}} - The proxy ULID (lowercase)
backend_scheme = "s3://{{PROXY_ID}}-{{PROJECT_ID}}-{{PROJECT_NAME}}/{{COLLECTION_NAME}}/{{DATASET_NAME}}/{{RANDOM:10}}/{{OBJECT_NAME}}"
backend_scheme = "s3://{{PROXY_ID}}-{{PROJECT_ID}}/{{PROJECT_NAME}}/{{COLLECTION_NAME}}/{{DATASET_NAME}}/{{RANDOM:10}}/{{OBJECT_NAME}}"

#[[rules]]
#target="OBJECT" # ROOT, OBJECT, OBJECTPACKAGE, BUNDLE, REPLICATIONIN, REPLICATIONOUT,
Expand Down

0 comments on commit 5b3f845

Please sign in to comment.