I have a requirement where I need to upload the files to google cloud storage( He owns and maintain it completely) bucket.
This google cloud storage bucket is created by my client.
I am new to google cloud and have experience on Amazon S3. I have SSIS running on a server to load the transactional data to flat files.
I created a sample account for google cloud and installed Google SDK. I am able to upload files manually through gsutil.
my questions are
what should I propose my client to share the credentials ?
How can i connect to google cloud storage with provided credentials independently ?
How can I push the files to the google cloud storage with above 2 steps.
any help is appreciated.
Thanks in advance.