Skip to content
Prev Previous commit
Next Next commit
lint
Signed-off-by: Ashwanth Goli <iamashwanth@gmail.com>
  • Loading branch information
ashwanthgoli committed Oct 23, 2024
commit 165faeace5a0a91f29b485d5c20b5f5f6e69a148
2 changes: 1 addition & 1 deletion providers/gcs/gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type Config struct {
noAuth bool `yaml:"no_auth"`

// MaxRetries controls the number of retries for idempotent operations.
// Overrides the default gcs storage client behaviour if this value is greater than 0.
// Overrides the default gcs storage client behavior if this value is greater than 0.
// Set this to 1 to disable retries.
MaxRetries int `yaml:"max_retries"`
}
Expand Down
Loading