Allow REST backend with docker volumes (#366)

This commit is contained in:
Tucker Kern 2024-03-27 13:20:13 -06:00 committed by GitHub
parent 2418da5636
commit a82273ec13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ func (b Backend) ExecDocker(l Location, args []string) (int, string, error) {
case "s3":
case "azure":
case "gs":
case "rest":
// No additional setup needed
case "rclone":
// Read host rclone config and mount it into the container