You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my application I need to report the size of the file with the listing. This
means making one call to get the keys and another call for each key to get it's
size, for my use case this is slow.
The attached patch add a new function that allows for fetching the keys and
their sizes all in one call.
Original issue reported on code.google.com by [email protected] on 16 Jan 2012 at 6:11
I feel like this would be better served as an option to cmd_list_keys. Less
copy/pasted code?
Have a similar issue with cmd_get_paths, where you might want more or less
metadata returned but presently have to fetch all metadata with a separate
"file_info" request.
Perhaps a "metadata" argument with a comma separated list of other columns to
add. Requires a careful check to ensure it doesn't ask for any invalid columns!
thoughts?
Original issue reported on code.google.com by
[email protected]
on 16 Jan 2012 at 6:11Attachments:
The text was updated successfully, but these errors were encountered: