Clone this repository and run locally, or use Cloud Shell to walk through the steps:
To setup this function, run through these instructions from the root of the repository or using Cloud Shell.
Set the following environment variables, replacing the values with those for your project and bucket:
export PROJECT_ID=<my-project-id>
export BUCKET_NAME=<my-target-bucket-name>
Then run the following command as-is:
gcloud config set project $PROJECT_ID
Run the following to remove Fixity functions.
make remove