Documentation ¶ Overview ¶ Package s3 implements an s3 api compatible log store Index ¶ func New(u *url.URL) (models.LogStore, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(u *url.URL) (models.LogStore, error) New returns an s3 api compatible log store. url format: s3://access_key_id:secret_access_key@host/region/bucket_name?ssl=true Note that access_key_id and secret_access_key must be URL encoded if they contain unsafe characters! Types ¶ This section is empty. Source Files ¶ View all Source files s3.go Click to show internal directories. Click to hide internal directories.