tigris

package
v0.2.52 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SharedFlags = flag.Set{
	flag.String{
		Name:        "shadow-access-key",
		Description: "Shadow bucket access key",
	},
	flag.String{
		Name:        "shadow-secret-key",
		Description: "Shadow bucket secret key",
	},
	flag.String{
		Name:        "shadow-region",
		Description: "Shadow bucket region",
	},
	flag.String{
		Name:        "shadow-endpoint",
		Description: "Shadow bucket endpoint",
	},
	flag.String{
		Name:        "shadow-name",
		Description: "Shadow bucket name",
	},
	flag.Bool{
		Name:        "shadow-write-through",
		Description: "Write objects through to the shadow bucket",
	},
	flag.Bool{
		Name:        "accelerate",
		Hidden:      true,
		Description: "Cache objects on write in all regions",
	},
	flag.String{
		Name:        "website-domain-name",
		Description: "Domain name for website",
		Hidden:      true,
	},
	flag.Bool{
		Name:        "public",
		Shorthand:   "p",
		Description: "Objects in the bucket should be publicly accessible",
	},
}

Functions

func New

func New() (cmd *cobra.Command)

Types

This section is empty.

Jump to

Keyboard shortcuts

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