Is there a way to programmatically access Amazon S3 account usage data?
I am creating an application that will charge end users for using my Amazon S3 bucket. Since I will be the intermediary between AWS and the end user for PUT / DELETE operations, I will be able to track the loading and use of the repository, but I will allow users to access their files directly using shared links, so I will not be able to directly track downstream usage.
So my plan is to regularly check the download. Is there anywhere in the AWS API where I can access usage statistics?
source share