tags:

views:

9

answers:

0

After uploading a file by doing this:

key = Key(bucket)
key.set_contents_from_file(fh)

I expect it to return some kind of information for the uploaded file, but it doesn't. I want to maintain a list of all versions of a file. is there a way to get the latest version key as soon as I upload it?

FYI I'm using boto 1.9b