Documentation ¶
Index ¶
Constants ¶
View Source
const APP = "uhppoted-app-s3"
Variables ¶
View Source
var COMPARE_ACL = CompareACL{ // contains filtered or unexported fields }
View Source
var DEFAULT_CREDENTIALS = ""
View Source
var DEFAULT_KEYFILE = filepath.Join(workdir(), "acl", "keys", "uhppoted")
View Source
var DEFAULT_KEYSDIR = filepath.Join(workdir(), "acl", "keys")
View Source
var DEFAULT_LOGFILE = filepath.Join(workdir(), "logs", "uhppoted-app-s3.log")
View Source
var DEFAULT_LOGFILESIZE = 10
View Source
var DEFAULT_PROFILE = ""
View Source
var DEFAULT_REGION = ""
View Source
var DEFAULT_WORKDIR = workdir()
View Source
var LOAD_ACL = LoadACL{ // contains filtered or unexported fields }
View Source
var STORE_ACL = StoreACL{ // contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type CompareACL ¶
type CompareACL struct {
// contains filtered or unexported fields
}
func (*CompareACL) Description ¶
func (cmd *CompareACL) Description() string
func (*CompareACL) Execute ¶
func (cmd *CompareACL) Execute(args ...interface{}) error
func (*CompareACL) FlagSet ¶
func (cmd *CompareACL) FlagSet() *flag.FlagSet
func (*CompareACL) Help ¶
func (cmd *CompareACL) Help()
func (*CompareACL) Name ¶
func (cmd *CompareACL) Name() string
func (*CompareACL) Usage ¶
func (cmd *CompareACL) Usage() string
type LoadACL ¶
type LoadACL struct {
// contains filtered or unexported fields
}
func (*LoadACL) Description ¶
type StoreACL ¶
type StoreACL struct {
// contains filtered or unexported fields
}
func (*StoreACL) Description ¶
Click to show internal directories.
Click to hide internal directories.