Google cloud storage - How to specify allowed file formats as part of signed URL validation
I want to allow only zip files to be uploaded to GCS by the user .How do I restrict the user ? User will have only signed URL ,which directly interacts with GCP .
Is there any attribute which can be set as part of generating signed URL ?
Thanks in advance