()
| 747 | * Check if cloud storage is available |
| 748 | */ |
| 749 | export function hasCloudStorage(): boolean { |
| 750 | return USE_BLOB_STORAGE || USE_S3_STORAGE |
| 751 | } |
| 752 | |
| 753 | /** |
| 754 | * Get S3 bucket and key information for a storage key |
no outgoing calls
no test coverage detected