@bytescale/upload-widget-vue
Advanced tools
Comparing version 4.2.1 to 4.2.2
{ | ||
"name": "@bytescale/upload-widget-vue", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", | ||
@@ -5,0 +5,0 @@ "description": "Vue File Upload UI Widget โ Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐ Comes with Cloud Storage ๐", |
@@ -382,7 +382,7 @@ <h1 align="center"> | ||
The Bytescale Upload Widget uses the `apiKey` parameter to authenticate with the [Bytescale API](https://www.bytescale.com/docs/apis). | ||
The Bytescale Upload Widget uses the `apiKey` parameter to authenticate with [Bytescale](https://www.bytescale.com/). | ||
With API key auth, the requester has access to the resources available to the API key: | ||
- Secret API keys (`secret_***`) have access to all API endpoints (see the [Bytescale JavaScript SDK](https://www.bytescale.com/docs/sdks/javascript)). | ||
- Secret API keys (`secret_***`) have access to all API endpoints ([Bytescale JavaScript SDK](https://www.bytescale.com/docs/sdks/javascript)). | ||
@@ -409,3 +409,3 @@ - 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). | ||
The [Bytescale JavaScript SDK](https://github.com/bytescale/bytescale-javascript-sdk) exports a `UrlBuilder` to construct URLs from `filePath` values: | ||
The [Bytescale JavaScript SDK](https://github.com/bytescale/bytescale-javascript-sdk) exports a `UrlBuilder` to construct URLs from `filePaths`: | ||
@@ -416,3 +416,3 @@ ```javascript | ||
**Recommended:** you should always save `filePath` values to your DB instead of `fileUrl` values. | ||
**Recommended:** you should always save `filePaths` to your DB instead of `fileUrls`. | ||
@@ -517,3 +517,3 @@ #### Raw Files | ||
Bytescale supports AWS S3, Cloudflare R2, Google Storage, DigitalOcean Spaces, and Bytescale Storage. | ||
Bytescale supports AWS S3, Cloudflare R2, Google Storage, DigitalOcean, and Bytescale Storage. | ||
@@ -520,0 +520,0 @@ **[Bytescale Storage Docs ยป](https://www.bytescale.com/docs/storage/sources)** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47244