Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanAndIndentJSON ¶ added in v2.62.0
CleanAndIndentJSON takes any struct or data, marshals it, strips all top-level and nested "null" fields, and returns formatted JSON.
func FormatAccessKey ¶ added in v2.61.0
FormatAccessKey formats the access key to the <KEY>@<PROJECT_ID> format, overriding the already present project ID with the "project-id" argument if present.
func GetCommands ¶
Types ¶
type BucketGetResult ¶ added in v2.33.0
type BucketResponse ¶ added in v2.33.0
type BucketResponse struct {
SuccessResult *core.SuccessResult
BucketInfo *bucketInfo
}
type CustomS3ACLGrant ¶ added in v2.33.0
type CustomS3ACLGrant struct {
Grantee *string
Permission types.Permission
}
Click to show internal directories.
Click to hide internal directories.