
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.
[](https://badge.fury.io/js/s3wrap)
A simple wrapper around the AWS SDK for S3
This project requires NodeJS (version 14 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
Please make sure you have the following environment variables set:
AWS_S3_BUCKET_NAME=your-bucket-name
AWS_REGION=your-region
AWS_ACCESS_KEY_ID=your-access-key-id
AWS_SECRET_ACCESS_KEY=your-secret-access-key
AWS_S3_ENDPOINT=your-s3-endpoint
If you want to use CDN, please make sure you use same bucket name for Domain Name and Bucket Name.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
$ git clone https://github.com/dodysat/s3wrap.git
$ cd s3wrap
To install and set up the library, run:
$ npm install --save s3wrap
Or if you prefer using Yarn:
$ yarn add s3wrap
const { checkFileExist } = require("s3wrap");
const params = {
Bucket: "bucket-name",
Key: "file-location",
};
const result = await checkFileExist(params);
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
git checkout -b my-new-featuregit add .git commit -am 'Add some feature'git push origin my-new-featureSee also the list of contributors who participated in this project.
MIT License © Dody Satria
FAQs
[](https://badge.fury.io/js/s3wrap)
We found that s3wrap 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
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.