Documentation ¶ Index ¶ type Driver func (d *Driver) GetBuckets(ctx context.Context) ([]schema.Storage, error) func (d *Driver) ListObjects(ctx context.Context, buckets map[string]string) func (d *Driver) TotalObjects(ctx context.Context, buckets map[string]string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ added in v0.0.9 type Driver struct { Session *session.Session } func (*Driver) GetBuckets ¶ added in v0.0.9 func (d *Driver) GetBuckets(ctx context.Context) ([]schema.Storage, error) func (*Driver) ListObjects ¶ added in v0.0.9 func (d *Driver) ListObjects(ctx context.Context, buckets map[string]string) func (*Driver) TotalObjects ¶ added in v0.1.0 func (d *Driver) TotalObjects(ctx context.Context, buckets map[string]string) Source Files ¶ View all Source files bucket.go object.go Click to show internal directories. Click to hide internal directories.