objectstorage

package
v0.0.0-...-8291241 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Client interface {
	DownloadFileInto(w http.ResponseWriter, remotePath string) error

	PushReader(f io.Reader, destPath string) error

	Get(remotePath string) ([]byte, error)

	PushFolderTar(folder, destPath string) error

	PullFolderTar(remotePath, destination string) error
	PullFolderTarWithProgressBar(remotePath, destination string) error

	UploadFolder(folder, dest string) error

	Exists(remotePath string) (bool, error)

	DeleteFolder(folder string) error
}

Functions

func Init

func Init() error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL