Skip to content

Commit 5b3f845

Browse files
committed
chore: Optimize default backend_scheme
1 parent 8052034 commit 5b3f845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/data_proxy/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ force_path_style = false # Set, if s3 backend is not supporting subdomains
5555
# - {{OBJECT_ID}} - The object ULID
5656
# - {{RANDOM:x}} - A random string of (x == integer) lower_case ascii characters
5757
# - {{PROXY_ID}} - The proxy ULID (lowercase)
58-
backend_scheme = "s3://{{PROXY_ID}}-{{PROJECT_ID}}-{{PROJECT_NAME}}/{{COLLECTION_NAME}}/{{DATASET_NAME}}/{{RANDOM:10}}/{{OBJECT_NAME}}"
58+
backend_scheme = "s3://{{PROXY_ID}}-{{PROJECT_ID}}/{{PROJECT_NAME}}/{{COLLECTION_NAME}}/{{DATASET_NAME}}/{{RANDOM:10}}/{{OBJECT_NAME}}"
5959

6060
#[[rules]]
6161
#target="OBJECT" # ROOT, OBJECT, OBJECTPACKAGE, BUNDLE, REPLICATIONIN, REPLICATIONOUT,

0 commit comments

Comments
 (0)