Skip to content

tiltroom/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

About

Edge compatible S3 client for Nuxt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.0%
  • Vue 3.6%
  • JavaScript 0.4%