Documentation ¶
Index ¶
- Variables
- type Blob
- type FS
- type S3
- func (s *S3) CreateObject(ctx context.Context, bucket, key string, contents []byte) error
- func (s *S3) DeleteObject(ctx context.Context, bucket, key string) error
- func (s *S3) GetObject(ctx context.Context, bucket, key string) ([]byte, error)
- func (s *S3) PublicAccess(_ context.Context, bucket, key string) string
- type S3Config
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = fmt.Errorf("storage object not found")
Functions ¶
This section is empty.
Types ¶
type Blob ¶
Click to show internal directories.
Click to hide internal directories.