Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetQueryParamFromURL ¶
GetQueryParamFromURL parses an URL and returns value of the specified query parameter. In case of multiple occurrences, first one is returned.
func NormalizeBucket ¶
NormalizeBuckets ensures that bucket names are cleaned and standardized according to the downstream needs of minio.
Any url prefixing to location the bucket (ex: s3://bckt) will be removed, leaving only the bucket name (bckt). Corso should only utilize or store the normalized name.
func NormalizePrefix ¶
NormalizePrefix ensures that a bucket prefix is always treated as object store folder prefix.
func UnionStringConfigs ¶
func UnionStringConfigs(cfgs ...StringConfigurer) (map[string]string, error)
UnionStringConfigs unions all provided configurers into a single map[string]string matching type.
Types ¶
type StringConfigurer ¶
Click to show internal directories.
Click to hide internal directories.