diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 7fc644cd5..a314c2e2a 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -78,12 +78,16 @@ - - + + + + + + diff --git a/src/storage/s3/storage.c b/src/storage/s3/storage.c index 1f88666d0..51b749123 100644 --- a/src/storage/s3/storage.c +++ b/src/storage/s3/storage.c @@ -1111,8 +1111,8 @@ storageS3New( driver->credExpirationTime = time(NULL); driver->credHttpClient = httpClientNew( tlsClientNew( - sckClientNew(driver->credHost, S3_STS_PORT, timeout, timeout), driver->credHost, timeout, true, caFile, - caPath, NULL, NULL, NULL), + sckClientNew(driver->credHost, S3_STS_PORT, timeout, timeout), driver->credHost, timeout, timeout, true, + caFile, caPath, NULL, NULL), timeout); break;