A HEAD request counts the same as a GET request as far as both being a class B operation. So checkin
A HEAD request counts the same as a GET request as far as both being a class B operation. So checking if an object exists before actually getting it will be 2 class B operations (and probably make things slower overall because you are making 2 API calls that aren't run in parallel).





