MCPcopy
hub / github.com/minio/minio-go / SignV4TrailerOutposts

Function SignV4TrailerOutposts

pkg/signer/request-signature-v4.go:441–443  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

439
440// SignV4TrailerOutposts sign the request with trailer for S3 on Outposts (service name s3-outposts).
441func 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}

Callers 1

newRequestMethod · 0.92

Calls 1

signV4Function · 0.85

Tested by

no test coverage detected