Documentation
¶
Overview ¶
Package url provide AWS compatible url encoding and decoding funtions. AWS requires that the CopySource arg to the CopyObject* s3 api calls are 'url encoded'.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EscapeError ¶
type EscapeError string
EscapeError provides a custom url escape related error type.
func (EscapeError) Error ¶
func (e EscapeError) Error() string
Click to show internal directories.
Click to hide internal directories.