mirror of
https://github.com/rclone/rclone.git
synced 2025-12-21 02:33:49 +00:00
Switch to using the dep tool and update all the dependencies
This commit is contained in:
14
vendor/github.com/aws/aws-sdk-go/service/apigateway/customization.go
generated
vendored
Normal file
14
vendor/github.com/aws/aws-sdk-go/service/apigateway/customization.go
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
package apigateway
|
||||
|
||||
import (
|
||||
"github.com/aws/aws-sdk-go/aws/client"
|
||||
"github.com/aws/aws-sdk-go/aws/request"
|
||||
)
|
||||
|
||||
func init() {
|
||||
initClient = func(c *client.Client) {
|
||||
c.Handlers.Build.PushBack(func(r *request.Request) {
|
||||
r.HTTPRequest.Header.Add("Accept", "application/json")
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user