auth

package
v0.0.0-...-db1d7af Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2014 License: Apache-2.0, Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package auth is an implementation detail. You should not use it directly.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Signer

type Signer interface {
	// Add an appropriate signature header to the supplied HTTP request.
	Sign(r *http.Request) error
}

A Signer knows how to create signatures suitable for inclusion in an HTTP request to S3.

Reference:

http://goo.gl/bOVNo

func NewSigner

func NewSigner(key *aws.AccessKey) (Signer, error)

NewSigner creates a Signer using the supplied access key.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL