Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GCSHandler ¶
type GCSHandler struct {
// contains filtered or unexported fields
}
GCSHandler handles downloading files from Google Cloud Storage
func (*GCSHandler) Cleanup ¶
func (h *GCSHandler) Cleanup() error
Cleanup removes all downloaded temp files
func (*GCSHandler) ResolveFiles ¶
func (h *GCSHandler) ResolveFiles(filePaths []string) ([]string, error)
ResolveFiles resolves GCS URLs to local temp files Returns the modified file paths with GCS URLs replaced by local paths
type GCSLocation ¶
GCSLocation represents a parsed GCS URL
func ParseGCSURL ¶
func ParseGCSURL(gcsURL string) (*GCSLocation, error)
ParseGCSURL parses a GCS URL into bucket and object
Click to show internal directories.
Click to hide internal directories.