s3-plugin-webpack icon indicating copy to clipboard operation
s3-plugin-webpack copied to clipboard

Uploads files to s3 after complete

Results 23 s3-plugin-webpack issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I have a really quick question; is there an option to `sync` the assets up, e.g. clean the S3 bucket before I upload? Just curious how you might handle asset...

type: Feature
priority: 5 (nice to have)
flag: Community help wanted

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Took me awhile to sort this out, and was surprised that I couldn't find a record of it in the issue queue. Copy-pasting this in to the JSON editor allowed...

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.784.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

If there a way to check if the file was changed before uploading. I don't need to upload every assets every time I deploy. Couldn't find any info related to...

# Issue Details Using `macOS 11.3.1`, `node 16.0.0` and `react-app-rewired`. I'm facing a weird issue. I have my plugin config as below. Trying to process only `mp4` files. What I'm...

plugins: [ new S3Plugin({ basePath:'static', directory:'public/css|js|icon|fonts', // s3Options are required s3Options: { accessKeyId: process.env.AWS_ACCESS_KEY_CN_ID, secretAccessKey: process.env.AWS_SECRET_ACCESS_CN_KEY, region: process.env.AWS_DEFAULT_CN_REGION }, s3UploadOptions: { Bucket: process.env.AWS_CN_BUCKET } }) ]

**OS:** Windows, Mac, and Linux **Node:** 10.16.3 **NPM:** 6.11.2 **Webpack:** 4.41.2 **s3-webpack-plugin:** 1.0.3 # The Issue Certain assets are excluded from the upload manifest due to the moment at which...