Skip to content

Commit

Permalink
Upgrade @bytescale/upload-widget package
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed May 6, 2024
1 parent 8a8ea17 commit 0585611
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 25 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img alt="Bytescale Upload Widget for Vue" width="524" height="80" src="https://raw.githubusercontent.com/bytescale/bytescale-upload-widget-vue/main/.github/assets/bytescale-upload-widget-vue.svg">
</a>
</h1>
<p align="center"><b>Beautiful File Upload Widget for Vue</b><br/> (With Built-in Cloud Storage)</p>
<p align="center"><b>Beautiful File Upload Widget for Vue</b><br/> (Works out-the-box, storage included)</p>
<br/>
<p align="center">
<a href="https://www.npmjs.com/package/@bytescale/upload-widget-vue">
Expand Down Expand Up @@ -530,6 +530,23 @@ UrlBuilder.url({

[Archive Processing API Docs »](https://www.bytescale.com/docs/archive-processing-api)

#### Antivirus

To scan the file `example.zip` for viruses, use the following:

```javascript
// Returns: "https://upcdn.io/1234abc/antivirus/example.zip"
UrlBuilder.url({
accountId: "1234abc",
filePath: "/example.zip",
options: {
transformation: "antivirus"
}
});
```

[Antivirus API Docs »](https://www.bytescale.com/docs/antivirus-api)

## 🙋 Can I use my own storage?

Bytescale supports AWS S3, Cloudflare R2, Google Storage, DigitalOcean, and Bytescale Storage.
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"vue": ">=3.0.0"
},
"dependencies": {
"@bytescale/upload-widget": "^4.24.0"
"@bytescale/upload-widget": "^4.27.0"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down

0 comments on commit 0585611

Please sign in to comment.