Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOssDirectory ¶
GetOssDirectory download an OSS "directory" to local path
func IsOssDirectory ¶
IsDirectory tests if the key is acting like a OSS directory. This just means it has at least one object which is prefixed with the given key
func IsOssErrCode ¶
IsOssErrCode tests if an err is an oss.ServiceError with the specified code
Types ¶
type ArtifactDriver ¶
type ArtifactDriver struct { Endpoint string AccessKey string SecretKey string SecurityToken string }
ArtifactDriver is a driver for OSS
func (*ArtifactDriver) ListObjects ¶
func (ossDriver *ArtifactDriver) ListObjects(artifact *wfv1.Artifact) ([]string, error)
Click to show internal directories.
Click to hide internal directories.