9f664468ea
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>
9 lines
94 B
Go
9 lines
94 B
Go
// +build go1.7
|
|
|
|
package aws
|
|
|
|
import "context"
|
|
|
|
var (
|
|
backgroundCtx = context.Background()
|
|
)
|