cfs

package
v0.0.0-...-0dcc8a9 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudFileStorage

type CloudFileStorage interface {
	PutObject(bucket string, key string, file string, contentType string) error
	GetObject(bucket string, key string, file string) error
	DeleteObject(bucket string, key string) error
	DeleteObjects(bucket string, keys []string) error
	SignPutObjectURL(bucket string, key string, dur time.Duration, contentType string) (*PresignedURL, error)
	SignGetObjectURL(bucket string, key string, dur time.Duration) (string, error)
}

type PresignedURL

type PresignedURL struct {
	URL          string      `json:"url"`
	Method       string      `json:"method"`
	SignedHeader http.Header `json:"signed_header"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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