UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

10 lines (9 loc) 160 B
/** * Storage instance options */ export interface StorageOptions { bucket?: string; region?: string; level?: string; credentials?: object; }