oss

package
v0.0.0-...-9bd63dd Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IOSS

type IOSS interface {
	PutObject(objectKey string, filePath string) error
	DeleteObject(objectKey string) error
	GetObject(objectKey string) (io.ReadCloser, error)
	GetObjectURL(objectKey string, expires int64) (string, error)
	GetObjectToFile(objectKey, filePath string) error
	ListObjects(prefix string) ([]*Object, error)
}

type Object

type Object struct {
	Key          string
	Type         string
	Size         int64
	LastModified *time.Time
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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