if (process.env.STORAGE === 'google-cloud-storage') {
    bind(TYPES.Storage).to(StorageGoogleCloudStorageImpl);
  } else {
    bind(TYPES.Storage).to(StorageFsImpl);
  }