Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update aws-sdk-go to v1.31.2 #521

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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