Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Sort and filter mode error in Google cloud storage

When I used Sort and filter mode in google cloud storage it shows this message Not all objects were loaded. Sort and filter mode supports up to 500,000 objects in a single container. How can I make the system show the rest of the data or export all data inside a directory into excel file but only contains name, size and created date information ?

sieusaopolo15_0-1717989098697.png

 

3 2 624
2 REPLIES 2

Hi @sieusaopolo15,

Welcome to Google Cloud Community!

Based on this documentation on filtering and sorting lists of buckets and objects:

  • Buckets with large numbers of objects and folders in the current path experience degraded performance when sorted or when filtered with criteria other than the name prefix.

This is the limit already placed for sorting and filtering objects and folders in Cloud Storage. We don't have options to show the rest of the data however you can export them into a list by typing the following:

gsutil ls -r gs://[BUCKET_NAME] >> list.csv

You may file this as a feature request so that our engineers could take a look at this. We don't have a specific ETA but you can keep track of its progress once the ticket has been created.

Hope this helps.

Is there already a feature request for this ?