@bg-dev/nuxt-s3
v2.0.1
Published
Edge compatible S3 client for Nuxt
Downloads
247
Readme
Nuxt S3
S3 client for Nuxt with REST API thanks to aws4fetch.
Features
- ✔️ Edge compatible
- ✔️ Object
upload
remove
viauseS3Object
composable - ✔️ Storage to filesystem as alternative
Quick Setup
- Add
@bg-dev/nuxt-s3
dependency to your project
# Using pnpm
pnpm add -D @bg-dev/nuxt-s3
# Using yarn
yarn add --dev @bg-dev/nuxt-s3
# Using npm
npm install --save-dev @bg-dev/nuxt-s3
Documentation
The documentation website can be found here