Documentation ¶
Index ¶
- type S3Storage
- func (s2 S3Storage) GenerateHashKey() error
- func (s2 S3Storage) GetHashKey() ([]storage.HashKey, error)
- func (s2 S3Storage) GetObject(s string, hash plumbing.Hash) (storage.Object, error)
- func (s2 S3Storage) ListObjects(s string) ([]storage.Object, error)
- func (s2 S3Storage) ListReferences(s string) ([]storage.Reference, error)
- func (s2 S3Storage) StoreObject(s string, object storage.Object, i int) error
- func (s2 S3Storage) StoreObjects(s string, objects []storage.Object) error
- func (s2 S3Storage) StoreReferences(s string, references []storage.Reference) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Storage ¶
type S3Storage struct {
// contains filtered or unexported fields
}
func NewS3Storage ¶
func NewS3Storage() *S3Storage
func (S3Storage) GenerateHashKey ¶ added in v0.4.1
func (S3Storage) GetHashKey ¶ added in v0.4.1
func (S3Storage) ListReferences ¶
func (S3Storage) StoreObject ¶ added in v0.4.1
func (S3Storage) StoreObjects ¶
Click to show internal directories.
Click to hide internal directories.