Subject: | Support HEAD requests on N::A::S3::Client::Objects |
It would be great to be able to check if a particular object exists
without downloading it. A HEAD check would do the trick *and* it could
populate metadata.
Ideally, objects would be lazy. Asking for, say, Etag would execute a
HEAD request if it didn't exist. And only asking for content (or
something that depends on it) would execute the GET request.
But I'll take a ->exists method to start. :-)