Documentation
¶
Overview ¶
Package gcs provides a grub BucketProvider implementation for Google Cloud Storage.
Index ¶
- type Provider
- func (p *Provider) Delete(ctx context.Context, key string) error
- func (p *Provider) Exists(ctx context.Context, key string) (bool, error)
- func (p *Provider) Get(ctx context.Context, key string) ([]byte, *grub.ObjectInfo, error)
- func (p *Provider) List(ctx context.Context, prefix string, limit int) ([]grub.ObjectInfo, error)
- func (p *Provider) Put(ctx context.Context, key string, data []byte, info *grub.ObjectInfo) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider implements grub.BucketProvider for Google Cloud Storage.
Click to show internal directories.
Click to hide internal directories.