package
1.7.16
Repository: https://github.com/vdaas/vald.git
Documentation: pkg.go.dev

# Functions

New returns Writer implementation.
WithBucket returns the option to set bucket for writer.
WithContentType returns the option to set ct for writer.
WithErrGroup returns the option to set eg for writer.
WithMaxPartSize returns the option to set max for writer.
WithService returns the option to set s for writer.

# Structs

S3Manager represents mock of s3manager.S3Manager.
No description provided by the author
MockWriteCloser represents mock of io.WriteCloser.
MockWriter represents Writer.

# Interfaces

Writer represents an interface to write to s3.

# Type aliases

Option represents the functional option for writer.