VadaPay / Multifi-Rails

0 stars 0 forks source link

AWS integration #4

Closed aliirz closed 8 years ago

aliirz commented 8 years ago

Inside the Offer Creation View you will see there is a photo upload area:

screenshot 2016-01-13 13 39 41

This needs to be hooked up to the AWS details below. Use a angular plugin like ng-file-upload etc to help. The uploaded file's FQURL needs to be added to the offer model's picture property

aliirz commented 8 years ago

Credentials User Name : multifidev Access Key Id : AKIAI6SG4H4T3S4ZWGBQ Secret Access Key: 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

Bucket Details Bucket: multifi Region: US Standard

amaris4you commented 8 years ago

I normally use to ng-s3upload component of angular to direct upload the files to S3 server. And that needs to set permission and CORS of the perticular bucket. Here are the link: https://github.com/asafdav/ng-s3upload If you have mind to share aws credentials that would be great for this task. Otherwise please do the steps that are mentioned in the above provided links and let me know when all steps completed that I will start work on it. thanks

aliirz commented 8 years ago

ng-s3upload is fine. Let me make an IAM account for you

amaris4you commented 8 years ago

Alright thanks

aliirz commented 8 years ago

This is working. Closing it up