Instead of using the pattern of checking for existence of a directory tree and then deciding to create the directory or not, it may be best to use the If-Match: "" conditional on a create directory PUT request. This way we can do the operation with less overall HTTP calls.
Instead of using the pattern of checking for existence of a directory tree and then deciding to create the directory or not, it may be best to use the If-Match: "" conditional on a create directory PUT request. This way we can do the operation with less overall HTTP calls.