Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-Amazon-S3 CPAN distribution.

Report information
The Basics
Id: 55490
Status: resolved
Priority: 0/
Queue: Net-Amazon-S3

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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. :-)
Thanks, I've added an exists method. Leon