s3

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

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

Go to latest
Published: Jun 25, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package s3 implements a storage backend that saves data to Amazon Simple Storage Service.

Index

Constants

View Source
const (
	// ACLPublicRead means owner gets FULL_CONTROL.
	// The AllUsers group gets READ access.
	ACLPublicRead = "public-read"
	// ACLPrivate means owner gets FULL_CONTROL.
	// No one else has access rights.
	ACLPrivate = "private"
)

These constants define ACLs for writing data to Amazon Simple Storage Service. Definitions according to http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl

Variables

This section is empty.

Functions

func New

func New(opts *storage.Opts) (storage.Storage, error)

New initializes a Storage implementation that stores data to Amazon Simple Storage Service.

Types

This section is empty.

Jump to

Keyboard shortcuts

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