oss

package module
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: May 10, 2021 License: MIT Imports: 10 Imported by: 0

README

OSS Datastore Implementation

This is an implementation of the datastore interface backed by ali oss.

Documentation

Index

Constants

View Source
const NoSuchKey = "NoSuchKey"

Variables

This section is empty.

Functions

func NewOssDatastore

func NewOssDatastore(config Config) (*datastore, error)

Types

type Config

type Config struct {
	Endpoint        string
	AccessKeyID     string
	AccessKeySecret string
	BucketName      string
	RootDirectory   string
	Workers         int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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