Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.08 KB

V1alpha1S3Artifact.md

File metadata and controls

19 lines (15 loc) · 1.08 KB

V1alpha1S3Artifact

S3Artifact is the location of an S3 artifact

Properties

Name Type Description Notes
access_key_secret V1SecretKeySelector
bucket str Bucket is the name of the bucket
endpoint str Endpoint is the hostname of the bucket endpoint
insecure bool Insecure will connect to the service with TLS [optional]
key str Key is the key in the bucket where the artifact resides
region str Region contains the optional bucket region [optional]
role_arn str RoleARN is the Amazon Resource Name (ARN) of the role to assume. [optional]
secret_key_secret V1SecretKeySelector
use_sdk_creds bool UseSDKCreds tells the driver to figure out credentials based on sdk defaults. [optional]

[Back to Model list] [Back to API list] [Back to README]