Skip to content

Default Values in Config Are ignored #1884

@bbernays

Description

@bbernays

When a user doesn't set a value we chose default values that differed from the AWS SDK. We either need to get this default working or change the documentation to show we are deferring to AWS for the default values (ie 3 retries and 10 s for backoff)

	MaxRetries   int       `json:"max_retries,omitempty" default:"10"`
	MaxBackoff   int       `json:"max_backoff,omitempty" default:"30"`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions