Upload files to Google BucketsPricing: Free Enter the following in the build task: Bucket Name - Name of Google bucket. Example: MyTestGoogleBucket Folder Name - The extension will upload every file found in the folder specified. For a folder in the root: ./Documents Project Id - Name of the project in Google Cloud Provider. Client Email - Client email (service account). ex: gstorage@projectname.iam.gserviceaccount.com Private Key - Private key appointed to the client email (ex: "-----BEGIN PRIVATE KEY-----\nMIaIEvQ2dfYcA=\n-----END PRIVATE KEY-----\n") (should start and end with " (double quote)) |