I'm using the python SDK. I know of bucket.list_blobs()
and am able to get all the blobs, but I'm wondering - what's the best way to get the most recently uploaded one? I haven't been able to figure this out from the docs.
I can loop through them all and look at the time_created
field, but anything more efficient?