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 6369984 commit 5acf5e7Copy full SHA for 5acf5e7
javascriptv3/example_code/s3/scenarios/multipart-download.js
@@ -1,9 +1,8 @@
1
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
// SPDX-License-Identifier: Apache-2.0
3
4
-import { fileURLToPath } from "node:url";
5
-
6
// snippet-start:[javascript.v3.s3.scenarios.multipartdownload]
+import { fileURLToPath } from "node:url";
7
import { GetObjectCommand, NoSuchKey, S3Client } from "@aws-sdk/client-s3";
8
import { createWriteStream, rmSync } from "node:fs";
9
0 commit comments