
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@m1212e/s3minibun
Advanced tools
Fork of https://github.com/good-lly/s3mini optimized for bun. For more documentation, see the original repo.
npm install @m1212e/s3minibun
yarn add @m1212e/s3minibun
pnpm add @m1212e/s3minibun
bun add @m1212e/s3minibun
import { S3mini, createOptimizedS3mini } from '@m1212e/s3minibun';
//original way of using S3mini
const s3client = new S3mini({
accessKeyId: config.accessKeyId,
secretAccessKey: config.secretAccessKey,
endpoint: config.endpoint,
region: config.region,
});
// or the bun optimized way this package offers over the original
const optimizeds3client = createOptimizedS3mini({
accessKeyId: config.accessKeyId,
secretAccessKey: config.secretAccessKey,
endpoint: config.endpoint,
region: config.region,
})
// ... do something with the clients ...
FAQs
đź‘¶ Tiny & fast S3 client for node and edge computing platforms
We found that @m1212e/s3minibun demonstrated a healthy version release cadence and project activity because the last version was released less than 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.