I would like to generate PUT signed URL that gives permission to upload many files to the specific folder. Then I would like to specify the actual filename in the folder during the file upload. How can I achieve that in Java using Google Cloud Storage client?
Ideally, the client that uploads files with generated URL could be written in any language.