mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 07:49:00 +02:00
sia: setup docker with sia-antfarm for test #4514
Always pull the latest Sia Antfarm docker image Add wait for Sia renter to become upload ready Co-authored-by: Filip Rysavy <fil@siasky.net>
This commit is contained in:
committed by
Ivan Andreev
parent
3351b1e6ae
commit
0d1e017e09
@ -4,8 +4,6 @@ import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/rclone/rclone/fs/config"
|
||||
"github.com/rclone/rclone/lib/encoder"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/url"
|
||||
@ -13,6 +11,9 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/rclone/rclone/fs/config"
|
||||
"github.com/rclone/rclone/lib/encoder"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
"github.com/rclone/rclone/backend/sia/api"
|
||||
"github.com/rclone/rclone/fs"
|
||||
|
Reference in New Issue
Block a user