> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/iaas/storage.md).

# 云存储

作为IAAS的基础架构，云存储是基础服务，一次存储之后，可以在不同设备上无缝访问文档，提高了工作效率也便于团队协作。

云存储的著名服务是[Dropbox](https://www.dropbox.com/)，也是我使用过最方便和可靠的云存储。不仅跨设备，而且跨操作系统，远比苹果封闭的iCloud更为方便（因为我需要切换MacOS和Linux工作）。

开源替代方案:

* [ownCloud](https://owncloud.org/)
* [Nextcloud](https://nextcloud.com/)

> 以上两种开源云存储（协作）平台都是采用PHP开发的
>
> 更多Dropbox替代的自服务参考 [alternativeTo Dropbox](https://alternativeto.net/software/dropbox/?platform=self-hosted)

* [Syncthing](https://syncthing.net/)

> 开源纯文件同步云存储，采用Go语言开发

* [Seafile](https://www.seafile.com) - 国内开发的C语言服务器
* [IPFS](https://ipfs.io) - 分布式Web，采用P2P hypermedia协议，目标是使得web访问更为快速和更为开放。
