Merge pull request #2940 from dsaxton/fix-case
Fix condition in S3 service detection templatepatch-1
commit
f590a62d2f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue