[google-appengine] Re: path/wildcards on GAE Boto get_bucket()?

2011-07-22 Thread David Cheney
21, 1:34 pm, David Cheney david.che...@gmail.com wrote: Apologies if this is a FAQ.. not found an answer via search.. From within GAE, using python, I want to get a list of objects in a GSD bucket:             uri = boto.storage_uri('mybucket','gs')             names = ''             for obj

[google-appengine] path/wildcards on GAE Boto get_bucket()?

2011-07-21 Thread David Cheney
Apologies if this is a FAQ.. not found an answer via search.. From within GAE, using python, I want to get a list of objects in a GSD bucket: uri = boto.storage_uri('mybucket','gs') names = '' for obj in uri.get_bucket(): names = names + +