@pfzero, Building on your changes, I've added new Upload method signatures
which allow the caller to specify the contentType. This seems safer, as it will
not change the behaviour of any existing users setting X-Bz-Content-Type,
unlikely as that may be.
By keeping the metadata to just X-Bz-* values, we don't have to explain the special
case behaviour for Content-Type.
Can you check and see if it still accomplishes what you need from #8 ?
@pfzero, Building on your changes, I've added new Upload method signatures which allow the caller to specify the contentType. This seems safer, as it will not change the behaviour of any existing users setting X-Bz-Content-Type, unlikely as that may be.
By keeping the metadata to just X-Bz-* values, we don't have to explain the special case behaviour for Content-Type.
Can you check and see if it still accomplishes what you need from #8 ?