remove --aws-sigv4 option to fool integration tests on older systems

This commit is contained in:
apparentorder 2023-08-24 15:52:01 +02:00
parent 1b7ae46360
commit 2ca2c9a0b2
No known key found for this signature in database

View File

@ -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'