From 662a791e716c84fdafcc8d35dd236cde28bbb871 Mon Sep 17 00:00:00 2001 From: Zheng Xi Zhou Date: Tue, 20 Apr 2021 21:31:06 +0800 Subject: [PATCH] Change "AWS OSS bucket" to "AWS S3 bucket" (#1538) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c759643e..2d3f65d5e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Perfect in flexibility though, X-as-Code tends to lead to configuration drift. T With developer experience in mind, KubeVela exposes those programmable platform capabilities as application-centric API shown as below: - Components - deployable/provisionable entities that composed your application deployment - - e.g. a Kubernetes workload, a MySQL database, or a AWS OSS bucket + - e.g. a Kubernetes workload, a MySQL database, or a AWS S3 bucket - Traits - attachable operational features per your needs - e.g. autoscaling rules, rollout strategies, ingress rules, sidecars, security policies etc - Application - full description of your application deployment assembled with components and traits.