Skip to content

Commit

Permalink
fix storage config
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyhappydan committed Sep 12, 2023
1 parent d35a18a commit 47b0c5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions delta/plugins/storage/src/main/resources/storage.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ plugins.storage {
# the default endpoint
default-endpoint = "http://localhost:8084/v1"
# the default credentials for the endpoint
default-credentials = null
credentials {
type: "anonymous"
}
# the default digest algorithm
digest-algorithm = "SHA-256"
# the default permission required in order to download a file from a remote disk storage
Expand All @@ -61,7 +63,7 @@ plugins.storage {
default-write-permission = "files/write"
# flag to decide whether or not to show the absolute location of the files in the metadata response
show-location = true
# the default maximum allowed file size (in bytes) for uploaded files. 10 GB
# the default maximum allowed file size (in bytes) for uploaded files. 10 GB
default-max-file-size = 10737418240
# Retry strategy for digest computation
digest-computation = ${app.defaults.retry-strategy}
Expand Down

0 comments on commit 47b0c5e

Please sign in to comment.