Home
last modified time | relevance | path

Searched refs:S3Client (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/client-build/
H A Dtypes.ts7 export type S3Client = aws.S3; alias
15 uploadBuildAsync: (s3Client: S3Client, appVersion: string) => Promise<void>;
H A DAndroidClientBuilder.ts8 import { ClientBuilder, ClientBuildFlavor, Platform, S3Client } from './types';
47 async uploadBuildAsync(s3Client: S3Client, appVersion: string) {