mirror of
https://github.com/rclone/rclone.git
synced 2025-12-18 09:13:15 +00:00
vendor: update all dependencies
This commit is contained in:
9
vendor/github.com/aws/aws-sdk-go/private/model/api/pagination.go
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/private/model/api/pagination.go
generated
vendored
@@ -89,3 +89,12 @@ func (p *paginationDefinitions) setup() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func enableStopOnSameToken(service string) bool {
|
||||
switch service {
|
||||
case "cloudwatchlogs":
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user