
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
[]
(http://travis-ci.org/laurilehmijoki/cf-s3-invalidator)
If your Amazon Web Services Cloudfront distribution is based on AWS S3, then this library may be useful to you.
This library fetches all the object keys of a particular S3 bucket and then calls on them the invalidation REST API of Cloudfront.
gem install cf-s3-invalidator
You can specify the configuration as CLI parameters:
cf-s3-inv --key <AWS-KEY> --secret <AWS-SECRET> --distribution <CLOUDFRONT-DISTRIBUTION-ID>
Or you can store them into the file _cf_s3_invalidator.yml:
aws_key: YOUR_AWS_ACCESS_KEY_ID
aws_secret: YOUR_AWS_SECRET_ACCESS_KEY
cloudfront_distribution_id: YOUR_CLOUDFRONT_DISTRIBUTION_ID
Then you can just run:
cf-s3-inv
Run tests:
rake test
Verify that the AWS user has CloudFront permissions. In the AWS web interface, this
will be in the permissions
section of
https://console.aws.amazon.com/iam/home?region=REGION-CODE#users/USERNAME
If you're using cf-s3-invalidator from Travis CI, be sure the credentials are encrypted with the correct key for the repository
MIT
FAQs
Unknown package
We found that cf-s3-invalidator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.