Skip to content

Commit 1f2c4bf

Browse files
committed
Call S3FileHandle::Initialize on secret refresh
1 parent ab43cb5 commit 1f2c4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/httpfs/s3fs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ void S3FileHandle::Initialize(optional_ptr<FileOpener> opener) {
737737
// We have succesfully refreshed a secret: retry initializing with new credentials
738738
FileOpenerInfo info = {path};
739739
auth_params = S3AuthParams::ReadFrom(opener, info);
740-
HTTPFileHandle::Initialize(opener);
740+
S3FileHandle::Initialize(opener);
741741
return;
742742
}
743743
}

0 commit comments

Comments
 (0)