文件名称:aws-upload:将文件上传到S3,并在CloudFront上使旧文件无效
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-21 05:44:13
JavaScript
上载 一个简单的脚本,用于将文件上传到S3,然后在CloudFront上使该文件无效。 这两个都可以独立运行。 npm install . --codes=/path/to/codes.json // a codes file described below --ref=path/to/invalidate.js // a string to use as the reference, this triggers the invalidation service --src=/path/to/source.js // location of the file to upload to s3, this triggers the upload service --dest=/path/to/dest.js // bucketless location of where to
【文件预览】:
aws-upload-master
----.gitignore(37B)
----README.md(860B)
----upload.js(2KB)
----package.json(586B)