Documentation ¶
Index ¶
- Constants
- func CreateGCSUpload(ctx context.Context, key string) (*storage.Writer, error)
- func CreateS3Upload(ctx context.Context, r io.ReadCloser, key string) error
- func IsCloud(path string) bool
- func IsCloudDir(path string) bool
- func IsGCS(path string) bool
- func IsGCSDir(path string) bool
- func IsS3(path string) bool
- func IsS3Dir(path string) bool
Constants ¶
View Source
const GCSSchema = "gs://"
View Source
const S3Schema = "s3://"
Variables ¶
This section is empty.
Functions ¶
func CreateGCSUpload ¶
func CreateS3Upload ¶
func IsCloudDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.