Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Manager ¶
type S3Manager struct {
// contains filtered or unexported fields
}
func NewS3Manager ¶
func (*S3Manager) Get ¶
func (s *S3Manager) Get(key string) (*ScalableStoreGetResponse, error)
this can panic() on context deadline
func (*S3Manager) IsEligibleForBootstrap ¶ added in v0.2.0
bucket is eligible for bootstrap if it is completely empty
type ScalableStoreGetResponse ¶
type ScalableStoreGetResponse struct {
Body io.ReadCloser
}
Click to show internal directories.
Click to hide internal directories.