New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nuxt-s3

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

nuxt-s3

Edge compatible S3 client for Nuxt3

unpublished
latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Nuxt S3

npm version npm downloads License Nuxt

S3 client for Nuxt 3 with REST API thanks to aws4fetch.

Features

  • ✔️ Lightweight, only 12kB in total
  • ✔️ Edge compatible
  • ✔️ Object upload remove via useS3Object composable
  • ✔️ Storage to filesystem as alternative

Quick Setup

  • Add nuxt-s3 dependency to your project
# Using pnpm
pnpm add -D nuxt-s3

# Using yarn
yarn add --dev nuxt-s3

# Using npm
npm install --save-dev nuxt-s3

Documentation

The documentation website can be found here

License

MIT License

Keywords

s3

FAQs

Package last updated on 27 Feb 2024

Did you know?

Socket

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.

Install

Related posts