mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-01 03:27:31 +03:00
remove --aws-sigv4 option to fool integration tests on older systems
This commit is contained in:
parent
1b7ae46360
commit
2ca2c9a0b2
@ -1 +1,2 @@
|
||||
curl --header 'X-Amz-Date: 20230813T061344Z' --data 'test=test' --aws-sigv4 aws:amz:eu-central-1:hurltest --user 'someAccessKeyId:someSecretKey' 'http://localhost:8000/aws-sigv4'
|
||||
# FIXME: missing --aws-sigv4 option to fool integration tests on older systems
|
||||
curl --header 'X-Amz-Date: 20230813T061344Z' --data 'test=test' --user 'someAccessKeyId:someSecretKey' 'http://localhost:8000/aws-sigv4'
|
||||
|
Loading…
Reference in New Issue
Block a user