Skip to content

Instantly share code, notes, and snippets.

View vanishdark's full-sized avatar

Joao Tomaz vanishdark

View GitHub Profile
@vanishdark
vanishdark / AWSService.ts
Last active December 3, 2022 23:49
[Nativescript]-How to upload an Image to AWS S3 pre-assign url with background-http
/**
* AWS Parameters Interface
*/
export interface AWSParams {
name: string;
filename: string;
mimeType: string;
}
/**
* @category Services