Documentation ¶
Overview ¶
Package storage provides blob storage service
Package storage provides blob storage service
Index ¶
- type Option
- func WithBucketName(bn string) Option
- func WithCompressAlgorithm(al string) Option
- func WithCompressionLevel(level int) Option
- func WithErrGroup(eg errgroup.Group) Option
- func WithFilename(fn string) Option
- func WithFilenameSuffix(sf string) Option
- func WithS3Opts(opts ...s3.Option) Option
- func WithS3SessionOpts(opts ...session.Option) Option
- func WithType(bst string) Option
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(b *bs) error
func WithBucketName ¶
func WithCompressAlgorithm ¶
func WithCompressionLevel ¶
func WithErrGroup ¶
func WithFilename ¶
func WithFilenameSuffix ¶
func WithS3Opts ¶ added in v0.0.41
func WithS3SessionOpts ¶ added in v0.0.41
Click to show internal directories.
Click to hide internal directories.