@bytescale/sdk 3.21.2 → 3.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -416,9 +416,9 @@ The Bytescale JavaScript SDK automatically adds the `apiKey` from the constructo
416
416
 
417
417
  With API key auth, the requester has access to the resources available to the API key:
418
418
 
419
- - Secret API keys (`secret_***`) have access to all API endpoints.
419
+ - Secret API keys (`secret_***`) can perform all API operations.
420
420
 
421
- - 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).
421
+ - Public API keys (`public_***`) can perform file uploads and file downloads only. File overwrites, file deletes, and all other destructive operations cannot be performed using public API keys.
422
422
 
423
423
  Each Public API Key and Secret API Key can have its read/write access limited to a subset of files/folders.
424
424
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytescale/sdk",
3
- "version": "3.21.2",
3
+ "version": "3.21.3",
4
4
  "description": "Bytescale JavaScript SDK",
5
5
  "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
6
6
  "license": "MIT",