def get_bucket_list(bucket_name): uri = boto.storage_uri(bucket_name, 'gs') for obj in uri.get_bucket(): yield obj.name