Skip to content

Commit 63d9716

Browse files
authored
Add the OLM config (#17)
Signed-off-by: Jose R. Gonzalez <[email protected]>
1 parent 381366d commit 63d9716

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

olm/olmconfig.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
annotations:
3+
capabilityLevel: basic install
4+
shortDescription: AWS S3 controller is a service controller for managing S3 resources
5+
in Kubernetes
6+
displayName: AWS Controllers for Kubernetes - Amazon S3
7+
description: |-
8+
Manage Amazon Simple Storage Service (S3) resources in AWS from within your Kubernetes cluster.
9+
10+
11+
**About Amazon S3**
12+
13+
14+
Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means customers of all sizes and industries can use it to store and protect any amount of data for a range of use cases, such as data lakes, websites, mobile applications, backup and restore, archive, enterprise applications, IoT devices, and big data analytics. Amazon S3 provides easy-to-use management features so you can organize your data and configure finely-tuned access controls to meet your specific business, organizational, and compliance requirements. Amazon S3 is designed for 99.999999999% (11 9s) of durability, and stores data for millions of applications for companies all around the world.
15+
16+
17+
**About the AWS Controllers for Kubernetes**
18+
19+
20+
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
21+
project. This project is currently in **developer preview**.
22+
samples:
23+
- kind: Bucket
24+
spec: '{}'
25+
maintainers:
26+
- name: "Your Team Name"
27+
28+
links:
29+
- name: Amazon S3 Developer Resources
30+
url: https://aws.amazon.com/s3/developer-resources/

0 commit comments

Comments
 (0)