Storage.setStorageBucketTrackingSet tracking for a storage key's buckets.
| Name | Type | Description |
|---|---|---|
storageKey | string | |
enable | boolean |
{
"id": 1,
"method": "Storage.setStorageBucketTracking",
"params": {
"storageKey": "storageKey-value",
"enable": true
}
}
{
"id": 1,
"result": {}
}
const result = await send('Storage.setStorageBucketTracking', {"storageKey": "storageKey-value", "enable": true});
console.log(result);