Skip to content

Commit

Permalink
docs(readme): Update features section
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed Sep 13, 2023
1 parent ac681d5 commit fc4b71e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ S3 client for Nuxt 3 without AWS sdk thanks to [aws4fetch](https://github.com/mh
## Features

- ✔️ Lightweight, only 12kB in total
- ✔️ Edge compatible, tested on Vercel Edge
- ✔️ Edge compatible
- ✔️ Object `upload` `remove` via `useS3Object` composable

## Quick Setup
Expand Down Expand Up @@ -110,6 +110,9 @@ async function handleChange(files: File[]) {
</script>
```

## Known issues
On Netlify, in case of upload fail with `invalid-file` error message, please check this [issue](https://github.com/unjs/nitro/issues/1719).

## License

[MIT License](./LICENSE)
Expand Down

0 comments on commit fc4b71e

Please sign in to comment.