Skip to content

Commit

Permalink
Add table of supported clouds to readme and docs (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasj authored Sep 28, 2022
1 parent ce770dc commit 18e3a6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ You can use Skyplane to transfer data:
* Between object stores across multiple cloud providers
* Between local storage and cloud object stores

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.
Skyplane supports all major public clouds including AWS, Azure, and GCP. It can also transfer data between any combination of these clouds:

<img src="docs/_static/supported-destinations.png" width="512" />

# Getting started

Expand Down
Binary file added docs/_static/supported-destinations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Copy a large dataset in the cloud in a minute, not hours:
$ skyplane [sync/cp] [local/s3/gcp/azure]://mybucket/big_dataset [local/s3/gcp/azure]://mybucket2/
Skyplane supports copying data between any major public cloud:

.. image:: /_static/supported-destinations.png

Contents
--------

Expand Down

0 comments on commit 18e3a6a

Please sign in to comment.