bucket

package
v1.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(ctx context.Context, bucketName string, path string, client *storage.Client) error

Delete will remove the content at path. path should be the full path to a file in GCS.

func GetNameAndFilepathFromURI

func GetNameAndFilepathFromURI(bucketURI string) (bucketName string, path string, err error)

GetNameAndFilepathFromURI returns the bucketname and the path to the item inside. Will error if provided URI is not a valid URL. If the filepath is empty, returns the contextTar filename

func NewClient

func NewClient(ctx context.Context, opts ...option.ClientOption) (*storage.Client, error)

NewClient returns a new google storage client

func ReadCloser

func ReadCloser(ctx context.Context, bucketName string, path string, client *storage.Client) (io.ReadCloser, error)

ReadCloser will create io.ReadCloser for the specified bucket and path

func Upload

func Upload(ctx context.Context, bucketName string, path string, r io.Reader, client *storage.Client) error

Upload uploads everything from Reader to the bucket under path

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL