0.0.2 • Published 1 year ago

deploy-engine-s3 v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

deploy-engine

部署引擎

必读

本地(服务器)必须要 awscli 配置文件

This provider is checked by default in the Node.js environment. To use the credentials file provider, simply add your access and secret keys to the ~/.aws/credentials file in the following format:

[default]
aws_access_key_id = AKID...
aws_secret_access_key = YOUR_SECRET_KEY

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SharedIniFileCredentials.html

注意事项

该 npm 包使用的 es Module 方式导出,要使用高版本 Node.js 建议使用 14 以上。 注意 commonjs Module 混合引入问题。建议使用 import()