Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.23 KB

S3Artifact.md

File metadata and controls

22 lines (15 loc) · 1.23 KB

S3Artifact

S3Artifact is the location of an S3 artifact

Properties

Name Type Description Notes
accessKeySecret io.kubernetes.client.openapi.models.V1SecretKeySelector [optional]
bucket String Bucket is the name of the bucket [optional]
createBucketIfNotPresent CreateS3BucketOptions [optional]
endpoint String Endpoint is the hostname of the bucket endpoint [optional]
insecure Boolean Insecure will connect to the service with TLS [optional]
key String Key is the key in the bucket where the artifact resides [optional]
region String Region contains the optional bucket region [optional]
roleARN String RoleARN is the Amazon Resource Name (ARN) of the role to assume. [optional]
secretKeySecret io.kubernetes.client.openapi.models.V1SecretKeySelector [optional]
useSDKCreds Boolean UseSDKCreds tells the driver to figure out credentials based on sdk defaults. [optional]