registry/vendor/github.com/aws/aws-sdk-go/aws/context_1_7.go
Sargun Dhillon 9f664468ea Upgrade AWS library to v1.12.36
This upgrade, and vendors aws-sdk-go to version v1.12.36.
This is because it has new API calls accessible to the S3 client,
specifically S3.ListObjectsV2PagesWithContext

Signed-off-by: Sargun Dhillon <sargun@sargun.me>
2018-01-07 22:45:17 -08:00

9 lines
94 B
Go

// +build go1.7
package aws
import "context"
var (
backgroundCtx = context.Background()
)