Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@henrikvolmer/nextjs-cache-handler-s3
Advanced tools
This library provides a cache handler for Next.js applications using AWS S3 as the storage backend. It leverages the @aws-sdk/client-s3
for interacting with S3 and @neshca/cache-handler
for cache management.
CacheControl
.Install the package using npm:
npm install @henrikvolmer/nextjs-cache-handler-s3
next.config.js:
module.exports = {
cacheHandler:
process.env.NODE_ENV === "production"
? require.resolve("@henrikvolmer/nextjs-cache-handler-s3")
: undefined,
};
Necessary environment variables:
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=your-access-key-id
AWS_SECRET_ACCESS_KEY=your-secret-access-key
CACHE_BUCKET_NAME=your-s3-bucket
CACHE_PREFIX=some-prefix
FAQs
NextJS shared cache handler for AWS S3
The npm package @henrikvolmer/nextjs-cache-handler-s3 receives a total of 177 weekly downloads. As such, @henrikvolmer/nextjs-cache-handler-s3 popularity was classified as not popular.
We found that @henrikvolmer/nextjs-cache-handler-s3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.