UNPKG

cloud-agnostic-storage

Version:

A package which enables cloud agnostic storage for a NodeJS project.

5 lines (4 loc) 99 B
export const CLOUD_PROVIDERS: { [key: string]: string } = { AWS: "aws", AZURE: "azure", };