Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchFileNames ¶
func FetchFileNames(ctx context.Context, bucket *blob.Bucket, config FetchConfigs, globPattern, bucketPath string) ([]string, error)
downloads file to local paths todo :: return blob handler as iterator
Types ¶
type BlobHandler ¶
type BlobHandler struct { FileNames []string LocalPaths []string // contains filtered or unexported fields }
func (*BlobHandler) DownloadAll ¶
func (b *BlobHandler) DownloadAll(ctx context.Context) error
object path is relative to bucket
func (*BlobHandler) DownloadObject ¶
object path is relative to bucket
Click to show internal directories.
Click to hide internal directories.