Documentation
¶
Index ¶
- func Module() fx.Option
- type Config
- type Service
- func (s *Service) Delete(ctx context.Context, key string) error
- func (s *Service) PresignedGetObject(ctx context.Context, key string) (string, error)
- func (s *Service) PresignedPutObject(ctx context.Context, key string) (string, error)
- func (s *Service) PutObject(ctx context.Context, key string, filePath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) PresignedGetObject ¶
func (*Service) PresignedPutObject ¶
Click to show internal directories.
Click to hide internal directories.