Documentation ¶
Index ¶
Constants ¶
View Source
const MaxFileListings = 1000
Variables ¶
View Source
var ( // DefaultFlow is the default rate limit at which we can make AWS S3 API calls. // It is set to a conservative value for most modern hardware. DefaultFlow = 1.0 // DefaultS3Region is the default AWS region for making AWS S3 API calls. // For more info, http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html DefaultS3Region = aws.USEast // DefaultWokers is the default number of concurrent wokers for reading s3 files. // By default it is set to the num of available cpus - 1 DefaultWorkers = runtime.NumCPU() - 1 )
Functions ¶
This section is empty.
Types ¶
type S3Barfer ¶
Click to show internal directories.
Click to hide internal directories.