You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When receiving errors for creating/updating objects/containers the headers are thrown away, this makes it impossible to respect retry-after headers which can be present in e.g. http 503 Service Unavailable or 429 Too many requests. (Unless Ḯm missing something obvious?)
A possible non breaking solution would be to add an optional field "Headers" to swift.Error and append headers to this error.
Another solution which would be breaking could be to simply return both error and headers from ObjectUpdate etc.
The text was updated successfully, but these errors were encountered:
When receiving errors for creating/updating objects/containers the headers are thrown away, this makes it impossible to respect retry-after headers which can be present in e.g. http 503 Service Unavailable or 429 Too many requests. (Unless Ḯm missing something obvious?)
A possible non breaking solution would be to add an optional field "Headers" to swift.Error and append headers to this error.
Another solution which would be breaking could be to simply return both error and headers from ObjectUpdate etc.
The text was updated successfully, but these errors were encountered: