Skip to content

Conversation

jegelkraut
Copy link

The S3 Command "HeadObject" that is used to fetch a files MetaData(mimeType, size, ...) does not work right now when SSE-C is used. This is because when SSE-C is enabled "HeadObject" requires the SSEC headers(SSECustomerAlgorithm, SSECustomerKey) to be present. Since fetchFileMedata is also used in the download and response functions, it is not possible right now to download a file when SSE-C is enabled. This pull request fixes this in that it adds the options also to the "HeadObject" command as it is already done in the readObject function (aka "GetObject" command).

…a to make the metaData, download and response functions work with SSE-C enabled as HeadObject requires the SSE-C headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant