mgeisler / swift-browser

AngularJS interface for OpenStack Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preserve Content-Type when editing object

mgeisler opened this issue · comments

Editing an object sets the Content-Type to application/json;charset=utf-8, presumably because Swift simply uses the Content-Type sent as part of the PUT request.