()
| 132 | * Check if we're using any cloud storage (S3 or Blob) |
| 133 | */ |
| 134 | export function isUsingCloudStorage(): boolean { |
| 135 | return USE_S3_STORAGE || USE_BLOB_STORAGE |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Get the appropriate storage configuration for a given context |
no outgoing calls
no test coverage detected