Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParameterSet ¶
type ParameterSet struct {
// contains filtered or unexported fields
}
func NewParameterSet ¶
func NewParameterSet() *ParameterSet
func (ParameterSet) Add ¶
func (s ParameterSet) Add(key, value string)
func (ParameterSet) Concatenate ¶
func (s ParameterSet) Concatenate() string
func (ParameterSet) GetStringToSign ¶
func (s ParameterSet) GetStringToSign() string
func (ParameterSet) Sign ¶
func (s ParameterSet) Sign(content, accessKeySecret string) string
Click to show internal directories.
Click to hide internal directories.