You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note how in the output, the files listed contain a checksumAlgorithme instead of checksumAlgorithm, as stated in the type.
What do you see instead?
The prop value should be checksumAlgorithm, as stated in the types.
Additional information
I know this is a type vs reality discrepancy, but since using the French word was probably not intended, I reckon this should be tagged as a bug instead of wrong type.
This PR seems to be the source: #16948
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.2.10+db2e7d7f7
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
.env
to contain the AWS S3 creds/infoconsole.dir(await s3.list());
What is the expected behavior?
Note how in the output, the files listed contain a
checksumAlgorithme
instead ofchecksumAlgorithm
, as stated in the type.What do you see instead?
The prop value should be
checksumAlgorithm
, as stated in the types.Additional information
I know this is a type vs reality discrepancy, but since using the French word was probably not intended, I reckon this should be tagged as a bug instead of wrong type.
This PR seems to be the source: #16948
The text was updated successfully, but these errors were encountered: