#!/bin/bash
gsutil -m cp -r dir gs://my-bucket
I write this code for transferring files from machine to GCS bucket..but I think I need to configure project and service account...please tell me the code for this.
#!/bin/bash
gsutil -m cp -r dir gs://my-bucket
I write this code for transferring files from machine to GCS bucket..but I think I need to configure project and service account...please tell me the code for this.
The steps are basically:
These two quickstarts should be followed in order and should cover everything you need to achieve what you're talking about.