gcs

package
v0.47.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*Store)

func WithCredentialsFile

func WithCredentialsFile(path string) Option

func WithHTTPClient

func WithHTTPClient(client *http.Client) Option

func WithLogger

func WithLogger(logger *zap.Logger) Option

type Store

type Store struct {
	// contains filtered or unexported fields
}

func NewStore

func NewStore(ctx context.Context, bucket string, opts ...Option) (*Store, error)

func (*Store) Close

func (s *Store) Close() error

func (*Store) Delete

func (s *Store) Delete(ctx context.Context, path string) error

func (*Store) Get

func (s *Store) Get(ctx context.Context, path string) ([]byte, error)

func (*Store) GetReader

func (s *Store) GetReader(ctx context.Context, path string) (rc io.ReadCloser, err error)

func (*Store) List

func (s *Store) List(ctx context.Context, prefix string) ([]filestore.ObjectAttrs, error)

func (*Store) Put

func (s *Store) Put(ctx context.Context, path string, content []byte) error

Jump to

Keyboard shortcuts

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