Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOssDirectory ¶ added in v3.2.0
GetOssDirectory download an OSS "directory" to local path
func IsOssDirectory ¶ added in v3.2.0
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 ¶ added in v3.2.0
IsOssErrCode tests if an err is an oss.ServiceError with the specified code
Types ¶
type ArtifactDriver ¶ added in v3.1.0
type ArtifactDriver struct { Endpoint string AccessKey string SecretKey string SecurityToken string }
ArtifactDriver is a driver for OSS
func (*ArtifactDriver) ListObjects ¶ added in v3.1.0
func (ossDriver *ArtifactDriver) ListObjects(artifact *wfv1.Artifact) ([]string, error)
Click to show internal directories.
Click to hide internal directories.