@bytescale/sdk
Advanced tools
Comparing version 3.21.2 to 3.21.3
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.21.2", | ||
"version": "3.21.3", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", |
@@ -419,5 +419,5 @@ <h1 align="center"> | ||
- Secret API keys (`secret_***`) have access to all API endpoints. | ||
- Secret API keys (`secret_***`) can perform all API operations. | ||
- 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). | ||
- 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. | ||
@@ -424,0 +424,0 @@ Each Public API Key and Secret API Key can have its read/write access limited to a subset of files/folders. |
1003675