Getting the download count of a specific S3 object

Posted by phidah on Stack Overflow See other posts from Stack Overflow or by phidah
Published on 2010-06-12T09:04:30Z Indexed on 2010/06/12 9:12 UTC
Read the original article Hit count: 223

Filed under:
|
|

I've got a number of S3 objects that are available to my customers. Since I'd like to bill my customers by usage, I wondered if there is any smart kind of way to get the number of times a given file has been downloaded?

Alternatively, I suppose I could parse the log files provided by S3, but with 10m+ fetches per customer this might be bit of a task.

Any ideas?

© Stack Overflow or respective owner

Related posts about logging

Related posts about amazon-s3