From a9eb93992a4fae2d390fc8f195595d8f9db8aa9e Mon Sep 17 00:00:00 2001 From: Shak Date: Fri, 14 Dec 2018 20:32:04 +1100 Subject: [PATCH] Upadted index.md (#29121) Corrected typo from StAAS to STaaS. --- guide/english/cloud-development/cloud-storage/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/cloud-development/cloud-storage/index.md b/guide/english/cloud-development/cloud-storage/index.md index 8fae993d43..bc3a98cd4b 100644 --- a/guide/english/cloud-development/cloud-storage/index.md +++ b/guide/english/cloud-development/cloud-storage/index.md @@ -14,8 +14,8 @@ There are mainly two types of storage ### Object Storage - We can not a make partition in cloud storage. We can only store files and folders there. This is called object storage. We can’t install OS there as there are no partitions. - **Example** - - Google drive (google compute engine, GCE), OneDrive, Drop Box, Microsoft Azure. - - Amazon has its own cloud service AWS. S3(Simple Storage Service, SSS) is the product of Amazon that provides StAAS. It’s a public cloud. Anyone can use their services. + - Google drive (google compute engine, GCE), OneDrive, drop box, Microsoft azure. + - Amazon has its own cloud service AWS. S3(Simple Storage Service, SSS) is the product of amazon that provides STaaS. It’s a public cloud. Anyone can use their services. - OpenStack is the biggest private cloud. OpenStack has product swift (Object Storage). ### Block Storage