文件名称:aws-s3-object-multipart-copy:使用AWS S3 Multipart API在S3中复制大文件
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-23 14:16:44
aws copy object s3 multipart
aws-s3-object-multipart-copy 使用在S3中复制大文件。 安装 $ npm install aws-s3-object-multipart-copy 用法 const { S3 } = require ( 'aws-sdk' ) const copy = require ( 'aws-s3-object-multipart-copy' ) const s3 = new S3 ( ) const source = 's3://source-bucket/path' const destination = 's3://destination-bucket/path' // async copy ( source , destination , { s3 } ) . then ( ( ) => { console . log ( 'done' ) } ) // a
【文件预览】:
aws-s3-object-multipart-copy-master
----.gitignore(2KB)
----package.json(1020B)
----LICENSE(1KB)
----index.js(15KB)
----test.js(244B)
----README.md(7KB)
----example.js(960B)