UNPKG

s3-migrate

Version:

A CLI tool for migrating objects between S3-compatible storage buckets with resumable state tracking.

3 lines (2 loc) 164 B
import { S3Client } from '@aws-sdk/client-s3'; export declare function createS3Client(envPrefix: string, checksums?: 'WHEN_REQUIRED' | 'WHEN_SUPPORTED'): S3Client;