SignV4TrailerOutposts sign the request with trailer for S3 on Outposts (service name s3-outposts).
(req http.Request, accessKeyID, secretAccessKey, sessionToken, location string, trailer http.Header)
| 439 | |
| 440 | // SignV4TrailerOutposts sign the request with trailer for S3 on Outposts (service name s3-outposts). |
| 441 | func SignV4TrailerOutposts(req http.Request, accessKeyID, secretAccessKey, sessionToken, location string, trailer http.Header) *http.Request { |
| 442 | return signV4(req, accessKeyID, secretAccessKey, sessionToken, location, ServiceTypeS3Outposts, trailer) |
| 443 | } |