Skip to content

becem-gharbi/nuxt-s3

Repository files navigation

Nuxt S3

npm version npm downloads License Nuxt

S3 client for Nuxt with REST API thanks to aws4fetch.

Features

  • ✔️ Edge compatible
  • ✔️ Object upload remove via useS3Object composable
  • ✔️ Storage to filesystem as alternative

Quick Setup

  1. 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

License

MIT License