Fix forward secure in StorageHelper for S3 (#1205)

This commit is contained in:
Olivier Dulcy 2024-02-15 18:26:22 +01:00 committed by GitHub
parent 7362955983
commit 2e084688be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2081,6 +2081,7 @@ class StorageHelper(object):
use_credentials_chain=self._conf.use_credentials_chain,
token=token or self._conf.token,
profile=profile or self._conf.profile,
secure=self._secure,
extra_args=self._conf.extra_args,
secure=self._conf.secure
)