-
Notifications
You must be signed in to change notification settings - Fork 638
Description
Hi guys
Is there currently a way to query any kind of usage stats with the files/buckets in storage?
Let's say I wanted to setup a website which stores user files on the cloud. I want to allow them to download the files directly as opposed to me having to download the file first on my own server, process the request, and send it to the user. If I do my own processing I defeat the point of having the files on the cloud as it slows the whole process down and means my server becomes a point of failure. I might do this to see how much usage the user is using of my service.
Is there a feature / methodology for dealing with this? Something like being able to query the file stats (perhaps just number of downloads?) If not can I make a request for it?