Skip to content

Commit 5cfa998

Browse files
committed
Release 4.3.2
1 parent 17b972c commit 5cfa998

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,11 @@ Bytescale supports two types of authorization:
356356

357357
### API Keys
358358

359-
The Bytescale Upload Widget uses the `apiKey` parameter to authenticate with the [Bytescale API](https://www.bytescale.com/docs/apis).
359+
The Bytescale Upload Widget uses the `apiKey` parameter to authenticate with [Bytescale](https://www.bytescale.com/).
360360

361361
With API key auth, the requester has access to the resources available to the API key:
362362

363-
- Secret API keys (`secret_***`) have access to all API endpoints (see the [Bytescale JavaScript SDK](https://www.bytescale.com/docs/sdks/javascript)).
363+
- Secret API keys (`secret_***`) have access to all API endpoints ([Bytescale JavaScript SDK](https://www.bytescale.com/docs/sdks/javascript)).
364364

365365
- Public API keys (`public_***`) have access to file upload, file download, and file listing API endpoints. File overwrites, file deletes, and all other destructive operations cannot be performed using public API keys. File listing is also disabled by default (but can be changed in the API key's settings).
366366

@@ -382,13 +382,13 @@ _Note: when using JWT cookies to download files, the `?auth=true` query paramete
382382

383383
## UrlBuilder
384384

385-
The [Bytescale JavaScript SDK](https://github.com/bytescale/bytescale-javascript-sdk) exports a `UrlBuilder` to construct URLs from `filePath` values:
385+
The [Bytescale JavaScript SDK](https://github.com/bytescale/bytescale-javascript-sdk) exports a `UrlBuilder` to construct URLs from `filePaths`:
386386

387387
```javascript
388388
import { UrlBuilder } from "@bytescale/sdk";
389389
```
390390

391-
**Recommended:** you should always save `filePath` values to your DB instead of `fileUrl` values.
391+
**Recommended:** you should always save `filePaths` to your DB instead of `fileUrls`.
392392

393393
#### Raw Files
394394

@@ -488,7 +488,7 @@ UrlBuilder.url({
488488

489489
## 🙋 Can I use my own storage?
490490

491-
Bytescale supports AWS S3, Cloudflare R2, Google Storage, DigitalOcean Spaces, and Bytescale Storage.
491+
Bytescale supports AWS S3, Cloudflare R2, Google Storage, DigitalOcean, and Bytescale Storage.
492492

493493
**[Bytescale Storage Docs »](https://www.bytescale.com/docs/storage/sources)**
494494

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytescale/upload-widget-react",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"author": "Bytescale <[email protected]> (https://www.bytescale.com)",
55
"description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",
66
"license": "MIT",

0 commit comments

Comments
 (0)