diff --git a/.github/workflows/reusable-copy-to-s3.yml b/.github/workflows/reusable-copy-to-s3.yml index 324a583..166f857 100644 --- a/.github/workflows/reusable-copy-to-s3.yml +++ b/.github/workflows/reusable-copy-to-s3.yml @@ -81,7 +81,7 @@ jobs: echo "session-name=$SESSION_NAME" >> $GITHUB_OUTPUT - name: validate env: - REGEXP_S3_BUCKET: ^s3://[a-zA-Z0-9_/.-]+$ + REGEXP_S3_BUCKET: ^s3://[a-zA-Z0-9!-_.*'()/]+$ CP_OR_SYNC: ${{ inputs.cp-or-sync }} S3_BUCKET: ${{ inputs.s3-bucket }} DIRECTION: ${{ inputs.direction }}