Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { Bucket string `short:"b" long:"bucket" description:"name of the S3 bucket containing the files" required:"true"` Prefix string `short:"k" long:"key-prefix" description:"key prefix to apply to all S3 uploads"` ExpectedBucketOwner *string `long:"expected-bucket-owner" description:"optional ExpectedBucketOwner field to apply to all S3 uploads"` StorageClass string `long:"storage-class" description:"the S3 storage class to use for all S3 uploads" default:"INTELLIGENT_TIERING"` Delete bool `` /* 208-byte string literal not displayed */ MaxConcurrency int `` /* 137-byte string literal not displayed */ Args struct { Files []flags.Filename `` /* 203-byte string literal not displayed */ } `positional-args:"yes"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.