Documentation ¶
Overview ¶
http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-config-files
Index ¶
- Variables
- type S3Backend
- func (b *S3Backend) BlobsFilesDownloadPack(key string) error
- func (b *S3Backend) BlobsFilesSyncWorker(sealedPacks []string) error
- func (b *S3Backend) BlobsFilesUploadPack(pack string) error
- func (b *S3Backend) Close()
- func (b *S3Backend) DownloadFile(key string, dest io.WriterAt) error
- func (b *S3Backend) Exists(hash string) (bool, error)
- func (b *S3Backend) Get(hash string) ([]byte, error)
- func (b *S3Backend) Indexed(hash string) (bool, error)
- func (b *S3Backend) Put(hash string) error
- func (b *S3Backend) Reindex(restore bool) error
- func (b *S3Backend) Stats() (map[string]interface{}, error)
- func (b *S3Backend) String() string
- func (b *S3Backend) UploadFile(src io.Reader, key string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrWriteOnly = errors.New("backend is in read-only mode")
Functions ¶
This section is empty.
Types ¶
type S3Backend ¶
type S3Backend struct {
// contains filtered or unexported fields
}
func (*S3Backend) BlobsFilesDownloadPack ¶
func (*S3Backend) BlobsFilesSyncWorker ¶
func (*S3Backend) BlobsFilesUploadPack ¶
func (*S3Backend) DownloadFile ¶
Click to show internal directories.
Click to hide internal directories.