Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-swiftclient/+spec/should-use-100-continue-header. Description: During upload, if the Auth token is expired, the swift client unnecessarily uploads the chunks and fails at the end. Instead, we could have a fail fast mechanism using the 100-continue handshake. Only if the client receives a 100 continue from swift, it should continue uploading the chunks. Otherwise, if a 401 is received, it should fetch a fresh auth token and retry the request. Specification URL (additional information): None