Skip to content

Commit 18e3a6a

Browse files
authored
Add table of supported clouds to readme and docs (#584)
1 parent ce770dc commit 18e3a6a

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ You can use Skyplane to transfer data:
1717
* Between object stores across multiple cloud providers
1818
* Between local storage and cloud object stores
1919

20-
Skyplane currently only supports MacOS and Linux. For Windows, first [install Linux on Windows with WSL](https://docs.microsoft.com/en-us/windows/wsl/install) to run Skyplane.
20+
Skyplane supports all major public clouds including AWS, Azure, and GCP. It can also transfer data between any combination of these clouds:
21+
22+
<img src="docs/_static/supported-destinations.png" width="512" />
2123

2224
# Getting started
2325

59.4 KB
Loading

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Copy a large dataset in the cloud in a minute, not hours:
2828
$ skyplane [sync/cp] [local/s3/gcp/azure]://mybucket/big_dataset [local/s3/gcp/azure]://mybucket2/
2929
3030
31+
Skyplane supports copying data between any major public cloud:
32+
33+
.. image:: /_static/supported-destinations.png
34+
3135
Contents
3236
--------
3337

0 commit comments

Comments
 (0)