Documentation ¶
Index ¶
- func New(opts ...Option) (blob.Bucket, error)
- type Option
- func WithBucket(bucket string) Option
- func WithErrGroup(eg errgroup.Group) Option
- func WithMaxChunkSize(size string) Option
- func WithMaxPartSize(size string) Option
- func WithReaderBackoff(enabled bool) Option
- func WithReaderBackoffOpts(opts ...backoff.Option) Option
- func WithSession(sess *session.Session) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(c *client) error
func WithBucket ¶
func WithErrGroup ¶
func WithMaxChunkSize ¶ added in v0.0.43
func WithMaxPartSize ¶
func WithReaderBackoff ¶ added in v0.0.43
func WithReaderBackoffOpts ¶ added in v0.0.43
func WithSession ¶
Click to show internal directories.
Click to hide internal directories.