Skip to content

Commit a82273e

Browse files
authored
Allow REST backend with docker volumes (#366)
1 parent 2418da5 commit a82273e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/backend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ func (b Backend) ExecDocker(l Location, args []string) (int, string, error) {
183183
case "s3":
184184
case "azure":
185185
case "gs":
186+
case "rest":
186187
// No additional setup needed
187188
case "rclone":
188189
// Read host rclone config and mount it into the container

0 commit comments

Comments
 (0)