Skip to main content
版本:v1.9

AWS S3

描述

用于部署 AWS S3 的组件说明

示例

apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: s3-cloud-source
spec:
components:
- name: sample-s3
type: aws-s3
properties:
bucket: vela-website-20211019
acl: private

writeConnectionSecretToRef:
name: s3-conn

参数说明

属性

名称描述类型是否必须默认值
aclS3 bucket ACLstringfalse
bucketS3 bucket namestringtrue
writeConnectionSecretToRefThe secret which the cloud resource connection will be written towriteConnectionSecretToReffalse

writeConnectionSecretToRef

名称描述类型是否必须默认值
nameThe secret name which the cloud resource connection will be written tostringtrue
namespaceThe secret namespace which the cloud resource connection will be written tostringfalse

输出

如果设置了 writeConnectionSecretToRef,一个 Kubernetes Secret 将会被创建,并且,它的数据里有这些键(key):

名称描述
BUCKET_NAMEBucket name