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

Function SignV4Outposts

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

SignV4Outposts sign the request for S3 on Outposts (service name s3-outposts).

(req http.Request, accessKeyID, secretAccessKey, sessionToken, location string)

Source from the content-addressed store, hash-verified

429
430// SignV4Outposts sign the request for S3 on Outposts (service name s3-outposts).
431func SignV4Outposts(req http.Request, accessKeyID, secretAccessKey, sessionToken, location string) *http.Request {
432 return signV4(req, accessKeyID, secretAccessKey, sessionToken, location, ServiceTypeS3Outposts, nil)
433}
434
435// SignV4WithServiceType signs a request with AWS Signature Version 4 using a custom service type.
436func SignV4WithServiceType(req http.Request, accessKeyID, secretAccessKey, sessionToken, location, serviceType string) *http.Request {

Callers 2

Calls 1

signV4Function · 0.85

Tested by 1