-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implemented invalidation of uploaded to S3 file among related CDN distributions #74
base: master
Are you sure you want to change the base?
Conversation
Update forked s3-plugin
Update forked s3-plugin to be up-to-date with Jenkins
implemented CloudFront invalidation among all available distributions
Hello @ndeloof , @bsideup. Thank you in advance! |
@martazobro at least I see some code style issues. Could you please format it in appropriate way? |
@martazobro also, I would prefer to see this as an additional action, not a part of main action. So you will have 2 actions: first one for upload and second one (abstract) for CloudFront invalidation. Reason: users can re-use this action to invalidate cloudfront without uploading. |
Hi, @bsideup |
} | ||
|
||
public FormValidation doCheckBucket(@QueryParameter String bucket) { | ||
return checkNotBlank(bucket, "Bucket name must be speified"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo in "speified" :)
@bsideup , i've fixed your notations, improved invalidation logic by enabling invalidation paths with wildcard and added possibility to specify comma-separated list of paths. |
No description provided.