Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/s3_lite_client/mod.ts>S3Client#copyObject

A lightweight but powerful S3 client for Deno
Latest
method S3Client.prototype.copyObject
import { S3Client } from "https://deno.land/x/s3_lite_client@0.7.0/mod.ts";

Copy an object into this bucket

Parameters

source: { sourceBucketName?: string; sourceKey: string; sourceVersionId?: string; }
objectName: string
optional
options: { bucketName?: string; }

Returns

Promise<CopiedObjectInfo>