Marshal adds encryption headers to the provided HTTP headers. It marks an HTTP request as server-side-encryption request and inserts the required data into the headers.
(h http.Header)
| 90 | // It marks an HTTP request as server-side-encryption request |
| 91 | // and inserts the required data into the headers. |
| 92 | Marshal(h http.Header) |
| 93 | } |
| 94 | |
| 95 | // NewSSE returns a server-side-encryption using S3 storage encryption. |
no outgoing calls