2
votes

Am developing an application in java and i had installed the gsutil Tool in my local system to access the Google cloud storage for read and write operations. I had referred the app engine document Google Cloud Storage Java API Overview .It says to install the gsutil tool for accessing buckets for read and write operations. Now my doubt is, Later on at the time of deploying my application in any web servers, Do i need to install and configure the gsutil Tool in web server?.

1

1 Answers

3
votes

GSUtil only provides command line interface for Google Cloud Storage on top of Clouds Storage API, instead of using it you can access the API directly.