Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@
[submodule "vendor/github.com/kr/text"]
path = vendor/github.com/kr/text
url = https://github.com/kr/text.git
[submodule "vendor/github.com/jmespath/go-jmespath"]
path = vendor/github.com/jmespath/go-jmespath
url = http://github.com/jmespath/go-jmespath
1 change: 1 addition & 0 deletions api/common/conf_s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (c *S3Config) ToAwsConfig(flags *FlagStorage) (*aws.Config, error) {
awsConfig := (&aws.Config{
Region: &c.Region,
Logger: GetLogger("s3"),
Retryer: client.DefaultRetryer{NumMaxRetries: 20,},
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open to making this a flag, but it might just allow people to get in trouble by playing with it

}).WithHTTPClient(&http.Client{
Transport: &defaultHTTPTransport,
Timeout: flags.HTTPTimeout,
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/aws/aws-sdk-go
Submodule aws-sdk-go updated 2219 files
1 change: 1 addition & 0 deletions vendor/github.com/jmespath/go-jmespath
Submodule go-jmespath added at 2437e8