Home
last modified time | relevance | path

Searched refs:s3Client (Results 1 – 5 of 5) sorted by relevance

/expo/tools/src/client-build/
H A DAndroidClientBuilder.ts47 async uploadBuildAsync(s3Client: S3Client, appVersion: string) {
50 await s3Client
H A DIosClientBuilder.ts41 async uploadBuildAsync(s3Client, appVersion: string) {
50 await s3Client
H A Dtypes.ts15 uploadBuildAsync: (s3Client: S3Client, appVersion: string) => Promise<void>;
/expo/tools/src/commands/
H A DClientBuild.ts20 const s3Client = new aws.S3({ region: 'us-east-1' }); constant
160 await builder.uploadBuildAsync(s3Client, appVersion);
H A DEasDispatch.ts20 const s3Client = new aws.S3({ region: 'us-east-1' }); constant
404 await s3Client
436 await s3Client