Set SCCACHE_WEBDAV_ENDPOINT
to a webdav service endpoint to store cache in a webdav service. Set SCCACHE_WEBDAV_KEY_PREFIX
to specify the key prefix of cache.
The webdav cache is compatible with:
Users can set SCCACHE_WEBDAV_ENDPOINT
to those services directly.
Sccache is able to load credentials from the following sources:
- Set
SCCACHE_WEBDAV_USERNAME
/SCCACHE_WEBDAV_PASSWORD
to specify the username/password pair for basic authentication. - Set
SCCACHE_WEBDAV_TOKEN
to specify the token value for bearer token authentication.