-
When starting a cp, even if we explicitly inform the solver to use more than 2 instances, the solution defaults to one single instance in each region (2 instances in total).
-
`$ skyplane replicate-random gcp:us-central1-a aws:sa-east-1 -n 8 -s $((32)) --chunk-size-mb 4 --debug`
client.log:
```
existing rule for 0.0.0.0/0:22 in skyplane, not adding again
17:29:15 [DEB…
-
As you may know, [fsspec](https://filesystem-spec.readthedocs.io/en/latest/) is a pure python library package for accessing various file storage backends in a unified filesystem-like manner, so that d…
-
Reported by @romilbhardwaj
See trace at: https://gist.github.com/romilbhardwaj/7b8b84cf30952d7cf7965d7ec9b3d7ee
-
When using a user managed identity for azure credentials, we get this error when we try to query the dest bucket existence in cp_replicate.py.
```
ubuntu@ip-172-31-66-127:~$ skyplane cp --recursiv…
-
Continuing the slack conversation here -
I am trying to do a S3 -> S3 transfer between two buckets I created:
```
$ skyplane cp --recursive s3://romil-sky-test/ s3://romil-dataset
_____ _ _…
-
This is the output I got (on `27bc24b08ed6da1ba2afaaeb82010aa44fc48b3f`, which is the commit currently at the head of the `main` branch):
```
$ skyplane replicate-random azure:westus2 azure:eastus -…
-
I suspect this issue is caused by far too high parallelism for object store queries. This may be fixed as we switched to RBAC authentication.
Tracked by SKY-224
```
_____ _ ____ _______ _ …
-
I have a s3 bucket that has all the ACL permission open to public and make all objects in it public by manually selecting them in the web console (as shown below).
![image](https://user-images.github…
-
The UX of recursive transfers is confusing:
* If copying a whole bucket to another bucket, how should the transfer be specified?
* If copying a folder with one object, does it need to be recursive?
…