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
According to swift doc PUT request on object (object creation) returns 404 if container is not found
If the container for the object does not already exist, the operation returns the 404 Not Found response code.
ObjectCreate() function is currently mapped against objectErrorMaphere so ncw/swift interprets 404 on object PUT as ObjectNotFound instead of ContainerNotFound which is confusing.
The text was updated successfully, but these errors were encountered:
According to swift doc PUT request on object (object creation) returns 404 if container is not found
ObjectCreate()
function is currently mapped againstobjectErrorMap
here so ncw/swift interprets 404 on object PUT asObjectNotFound
instead ofContainerNotFound
which is confusing.The text was updated successfully, but these errors were encountered: