Merge pull request #2940 from dsaxton/fix-case

Fix condition in S3 service detection template
patch-1
Sandeep Singh 2021-10-21 04:08:14 +05:30 committed by GitHub
commit f590a62d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ requests:
- contains(tolower(all_headers), 'x-amz-bucket')
- contains(tolower(all_headers), 'x-amz-request')
- contains(tolower(all_headers), 'x-amz-id')
- contains(tolower(all_headers), 'AmazonS3')
- contains(tolower(all_headers), 'amazons3')
part: header
condition: or