Skip to content

shamique/s3-image-upload-in-ionic

Repository files navigation

Introduction

This repo is about uploading an image to AWS S3 bucket in Ionic 3 application.

Refer below article for complete guidance,
https://medium.com/@shamique/upload-an-image-to-s3-bucket-in-ionic-app-5dc96b772d48

Prerequisite

  • Ionic 3 intalled
  • NodeJS (Latest version)

  • Below AWS services created and configured,
  • Cognito pool
  • Identity pool
  • S3 bucket

How to run ?

  • Clone the project to your local machine
  • Add AWS settings in system-variable.ts file (../providers/system-variable/system-variable.ts)
  • In S3-service.ts (../providers/s3-service), line number 15, set region_name and userpool id

  • - In terminal, run below commands:
  • npm install
  • ionic integrations enable cordova --add
  • ionic cordova platform add android
  • ionic cordova build android
  • ionic cordova run android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published