azure-storage-fuse/testdata/config/azure_msi.yaml

37 строки
660 B
YAML

logging:
level: log_debug
file-path: "blobfuse2-logs.txt"
type: base
components:
- libfuse
- file_cache
- attr_cache
- azstorage
libfuse:
attribute-expiration-sec: 0
entry-expiration-sec: 0
negative-entry-expiration-sec: 0
ignore-open-flags: true
file_cache:
path: { 1 }
timeout-sec: 30
max-size-mb: 2048
allow-non-empty-temp: true
cleanup-on-start: true
attr_cache:
timeout-sec: 3600
azstorage:
type: { ACCOUNT_TYPE }
endpoint: { ACCOUNT_ENDPOINT }
use-http: false
account-name: { NIGHTLY_STO_BLOB_ACC_NAME }
appid: { NIGHTLY_MSI_APP_ID }
mode: msi
container: { 0 }
tier: hot
sdk-trace: { VERBOSE_LOG }