profilecity / unstorage-s3-driver

HTTP-based S3 Driver for UnStorage (by UnJS)
MIT License
6 stars 0 forks source link

@profilecity/unstorage-s3-driver

The package hosts contents provided in PR: unjs/unstorage#361

npm version npm downloads

HTTP Based S3 Driver for Unstorage (by UnJS).

Usage

Install package:

# ✨ Auto-detect
npx nypm install @profilecity/unstorage-s3-driver

# npm
npm install @profilecity/unstorage-s3-driver

# yarn
yarn add @profilecity/unstorage-s3-driver

# pnpm
pnpm install @profilecity/unstorage-s3-driver

# bun
bun install @profilecity/unstorage-s3-driver

Development

local development - Clone this repository - Install latest LTS version of [Node.js](https://nodejs.org/en/) - Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable` - Install dependencies using `pnpm install` - Run interactive tests using `pnpm dev`

License

Published under the MIT license. Made by community 💛


🤖 auto updated with automd