nkat
nkat

Reputation: 129

Google Storage filename pattern

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

Answers (1)

jarmod
jarmod

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

Related Questions