TritonDataCenter / java-manta

Java Manta Client SDK
Mozilla Public License 2.0
16 stars 26 forks source link

Content-Type is not set to application/octet-stream when doing CSE #486

Closed dekobon closed 5 years ago

dekobon commented 5 years ago

When using CSE and uploading an object, the Content-Type of the original file is passed to Manta. Since ciphertext is always binary, the content-type should always be application/octet-stream.