dir-to-s3 v4.0.1
What is this?
node js using upload full directory to s3 bucket
How to install?
npm i foldertos3 --save
Parameter?
paramter: bucketName, folderPath(dirPath), keyId, AccessKey, region Explanation: bucketName => Your aws s3 bucket name folderPath(dirPath) => Your directory path e.g.(./dir or C:/localdisk/folder) keyId => Your security credential access key id AccessKey => Your security credential secret access key region => Your preferred region
Method?
uploadDirectory(bucketName: any, folderPath: any, keyId: any, AccessKey: any, region: any): void
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago