Hi,
On AWS S3 storage it is highly recommended not to have folders with a lot of files. Instead of it you should create subfolders and create a tree directory hierarchy. For example file, abcd.jpg should be in a/b/c/abcd.jpg. I want to use the GCP bucket as storage for files uploaded by users of my app, can I put this file just inside this bucket without using extra code to split into a tree directory hierarchy like on AWS?