Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemStorage ¶
type FileSystemStorage struct {
// contains filtered or unexported fields
}
func NewLocalStorage ¶
func NewLocalStorage(storageFolder string, downloadURL string) *FileSystemStorage
type PutObjectToS3 ¶
type PutObjectToS3 interface {
PutObject(ctx context.Context, params *s3.PutObjectInput, optFns ...func(*s3.Options)) (*s3.PutObjectOutput, error)
}
type S3ArtifactStorage ¶
type S3ArtifactStorage struct {
// contains filtered or unexported fields
}
func NewS3ArtifactStorage ¶
func NewS3ArtifactStorage(bucket string, s3 PutObjectToS3) *S3ArtifactStorage
Click to show internal directories.
Click to hide internal directories.