Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactDriver ¶ added in v3.1.0
type ArtifactDriver struct { Endpoint string Region string Secure bool AccessKey string SecretKey string RoleARN string UseSDKCreds bool Context context.Context KmsKeyId string KmsEncryptionContext string EnableEncryption bool ServerSideCustomerKey string }
ArtifactDriver is a driver for AWS S3
func (*ArtifactDriver) ListObjects ¶ added in v3.1.0
func (s3Driver *ArtifactDriver) ListObjects(artifact *wfv1.Artifact) ([]string, error)
Click to show internal directories.
Click to hide internal directories.