Merge pull request #1638 from pdelteil/patch-8

Update aws-object-listing.yaml
patch-1
Sandeep Singh 2021-06-06 13:19:23 +05:30 committed by GitHub
commit 108894bfbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -12,14 +12,22 @@ requests:
path:
- "{{BaseURL}}"
max-size: 1000
matchers-condition: and
matchers:
- type: word
words:
- '<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">'
- '<ListBucketResult xmlns='
part: body
- type: word
words:
- application/xml
part: header
part: header
extractors:
- type: regex
part: body
group: 1
regex:
- '<Name>([a-z0-9-._]+)'