Reputation: 129
I am writing API to push files to Google Storage using signed string. I wonder is there any Google Cloud API for Java to check if filename is correct due to Google Storage object naming requirements.
Upvotes: 2
Views: 317
Reputation: 78870
I'm not aware of any API to do this but the requirements of bucket names and object names are documented and should be fairly straightforward to implement.
Upvotes: 2