Get All Entries from a Bucket

Hi,

We are using the CDN Service and we have a large ammount of files that all needs to be downloaded beforehand during the game init.
Currently we are downloading each file one by one by checking out the path’s folder content, requiring lots of individual requests.

Is there a way to download these files as a group? A “download folder/path” API request for example?

Thank you

Unfortunately, we do not support downloading multiple files as a group. Your best bet is just to run the individual requests in parallel (you may need to experiment with how much concurrency gives you the best performance for each platform).

1 Like