aws

package
v3.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// S3 Storage Class options which define the data access, resiliency & cost requirements of objects
	// https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html#API_PutObject_RequestSyntax
	StorageClassGlacier                  = "GLACIER"
	StorageClassDeepArchive              = "DEEP_ARCHIVE"
	StorageClassGlacierInstantRetrieval  = "GLACIER_IR"
	StorageClassIntelligentTiering       = "INTELLIGENT_TIERING"
	StorageClassOneZoneInfrequentAccess  = "ONEZONE_IA"
	StorageClassOutposts                 = "OUTPOSTS"
	StorageClassReducedRedundancy        = "REDUCED_REDUNDANCY"
	StorageClassStandard                 = "STANDARD"
	StorageClassStandardInfrequentAccess = "STANDARD_IA"
)

Variables

Functions

func ValidateStorageClass

func ValidateStorageClass(storageClass string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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