commit
108894bfbd
|
@ -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-._]+)'
|
||||
|
|
Loading…
Reference in New Issue