Skip to content

bitrise-steplib/bitrise-step-gcp-storage-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud Storage Upload

Step changelog

The Step uploads files to a Google Cloud Storage bucket.

Description

The Step uploads files to a Google Cloud Storage bucket.

It can handle both files and directories, uploading the contents to the specified GCS bucket with the desired access control settings.

Using the Authenticate with GCP Step beforehand is recommended to securely provide short lived GCP credentials.

🧩 Get started

Add this step directly to your workflow in the Bitrise Workflow Editor.

You can also run this step directly with Bitrise CLI.

⚙️ Configuration

Inputs
Key Description Flags Default
path Path to a file or folder to be uploaded. You can use absolute or relative paths. required
bucket_name Name of the GCS bucket to upload the file to. required
bucket_prefix Path in the GCS bucket where the file will be uploaded. If not provided, the file will be uploaded to the root of the bucket with its original filename.
access_token The GCP Access Token. You can provide it directly or use the Authenticate with GCP Step. required, sensitive $GOOGLE_AUTH_TOKEN
verbose Enable logging additional information for debugging. required false
Outputs There are no outputs defined in this step

🙋 Contributing

We welcome pull requests and issues against this repository.

For pull requests, work on your changes in a forked repository and use the Bitrise CLI to run step tests locally.

Learn more about developing steps:

About

No description or website provided.

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages