Can we fetch random keys for s3 objects?

50 Views Asked by At

I want to fetch a random sample of 100 s3 object keys from millions of objects in a bucket.

Is there any workaround in s3 API with the maxKeys=100 to list the random object keys every time we use the listV2 API?

0

There are 0 best solutions below