aws-sdk-js-v3 icon indicating copy to clipboard operation
aws-sdk-js-v3 copied to clipboard

Variable Buffer defined multiple times in lib-storage

Open hlolli opened this issue 2 years ago • 0 comments

Describe the bug

A clear and concise description of what the bug is.

https://deno.land/x/[email protected]/lib-storage/chunker.ts#L1

This is currently

import { Buffer } from "https://deno.land/[email protected]/node/buffer.ts";
import { Readable } from "https://deno.land/[email protected]/node/stream.ts";
import { Buffer } from "https://deno.land/[email protected]/node/buffer.ts";

Your environment

SDK version number

@aws-sdk/package-name@version

v3.32.0-1

ADDED: it seems this was introduced between v3.16.0-1 and v3.16.0-2

https://deno.land/x/[email protected]/lib-storage/chunker.ts https://deno.land/x/[email protected]/lib-storage/chunker.ts

hlolli avatar Jul 05 '22 15:07 hlolli