Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(ep string, ap AccessPoint)
Types ¶
type AccessPoint ¶
type AccessPoint struct { Endpoint string Region string Bucket string Prefix string Credentials *credentials.Credentials // contains filtered or unexported fields }
func DecodeUrl ¶
func DecodeUrl(u *url.URL) (ap *AccessPoint, err error)
func Lookup ¶
func Lookup(ep string) (ap *AccessPoint, ok bool)
func (*AccessPoint) Session ¶
func (ap *AccessPoint) Session() (ssn *session.Session, err error)
Click to show internal directories.
Click to hide internal directories.