Commit 8cd1bad2 authored by lijingang's avatar lijingang

修复:导入reconfigureS3Client函数

parent 64268fea
#!/usr/bin/env node
const { s3, downloadFileFromS3, uploadFileToS3, uploadFolderToS3, downloadS3Folder, deleteS3Folder, createS3Client } = require('../lib/index.js');
const { s3, downloadFileFromS3, uploadFileToS3, uploadFolderToS3, downloadS3Folder, deleteS3Folder, createS3Client, reconfigureS3Client } = require('../lib/index.js');
const fs = require('fs');
const path = require('path');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment