The key prefix where artifacts are uploaded, e.g., my/prefix
.
Defaults to the application version
specified in the app's package.json
.
Apply a predefined set of access controls to this object.
Whether to make uploaded artifacts private. Alias for config.predefinedAcl = 'private'.
Whether to make uploaded artifacts public to the internet. Alias for config.predefinedAcl = 'publicRead'.
Options passed into the Storage
client constructor.
See https://cloud.google.com/nodejs/docs/reference/storage/latest/storage/storage for full reference.
Custom function to provide the key to upload a given file to
The name of the Google Cloud Storage bucket where artifacts are uploaded.