Skip to content

Commit

Permalink
Add execute permission to bbr-s3-config-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalermo committed Jan 8, 2025
1 parent 12f3c49 commit ab1e45b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cat << EOF > /var/vcap/jobs/s3-unversioned-blobstore-backup-restorer/config/buck
}
EOF

chmod +x ./s3-config-validator-dev-release/bbr-s3-config-validator
./s3-config-validator-dev-release/bbr-s3-config-validator --unversioned --validate-put-object \
| sed 's/"\(aws_.*\)"\: "\(.*\)"/"\1": "<redacted>"/g'

0 comments on commit ab1e45b

Please sign in to comment.