s3

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var S3Cmd = &cobra.Command{
	Use:              "s3",
	Short:            "S3 related commands",
	PersistentPreRun: configClient,
}

S3Cmd represents the root of the s3 command

View Source
var SyncCmd = &cobra.Command{
	Use:   "sync",
	Short: "Sync a directory to S3",
	Long:  "Sync a directory to S3",
	Run:   syncFunc,
	Args:  cobra.MaximumNArgs(1),
}

SyncCmd represents the S3 sync commands

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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