]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw_sigv4: fixes to bootstrap maven/junit5 suite
authorMatt Benjamin <mbenjamin@redhat.com>
Fri, 2 Feb 2024 19:59:20 +0000 (14:59 -0500)
committerCasey Bodley <cbodley@redhat.com>
Tue, 13 Feb 2024 18:28:33 +0000 (13:28 -0500)
commit80c9433847dd0af0a7b6d7ff0decad1d6c892940
tree06d93d102d25f3b407ff81c4c804217730b8c6ee
parentd374a21beb4faac63c0bd920572651079af25209
rgw_sigv4: fixes to bootstrap maven/junit5 suite

The junit5 suite in fact chooses selects transport security (SSL)
strictly from the endpoint URL.  The test_awssdkv4_sig.sh (or its
caller?) only needs to export RGW_HTTP_ENDPOINT_URL appropriately
to get one or the other.

Fix several mistakes in refactoring caught by Ali Maredia.
Print AccessKey, SecretKey and EndpointURL on startup

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
qa/workunits/rgw/jcksum/src/test/java/io/ceph/jcksum/PutObjects.java
qa/workunits/rgw/test_awssdkv4_sig.sh