We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab43cb5 commit 1f2c4bfCopy full SHA for 1f2c4bf
extension/httpfs/s3fs.cpp
@@ -737,7 +737,7 @@ void S3FileHandle::Initialize(optional_ptr<FileOpener> opener) {
737
// We have succesfully refreshed a secret: retry initializing with new credentials
738
FileOpenerInfo info = {path};
739
auth_params = S3AuthParams::ReadFrom(opener, info);
740
- HTTPFileHandle::Initialize(opener);
+ S3FileHandle::Initialize(opener);
741
return;
742
}
743
0 commit comments