2023-05-25 16:36:28 +00:00
|
|
|
# if set to true then on task delete/reset external file urls for known storage types are scheduled for async delete
|
2022-09-29 16:34:24 +00:00
|
|
|
# otherwise they are returned to a client for the client side delete
|
2022-12-21 16:41:16 +00:00
|
|
|
enabled: true
|
2022-09-29 16:34:24 +00:00
|
|
|
max_retries: 3
|
|
|
|
retry_timeout_sec: 60
|
2022-11-29 15:41:49 +00:00
|
|
|
|
|
|
|
fileserver {
|
|
|
|
# fileserver url prefixes. Evaluated in the order of priority
|
|
|
|
# Can be in the form <schema>://host:port/path or /path
|
|
|
|
url_prefixes: ["https://files.community-master.hosted.allegro.ai/"]
|
|
|
|
timeout_sec: 300
|
2022-12-21 16:41:16 +00:00
|
|
|
}
|