Hi all, thanks again for your suggestions. If you read the amazon docs, it looks so heavy and difficult for the first moment, but it is quite easy.
I found out, that the easiest solution is to use the aws osx command line tools. It took only two hours to integrate the amazon s3 solution inside my software, quite easy to use. Login at amazon https://portal.aws.amazon.com/gp/aws/developer/registration/index.html Goto the S3 storage section create a bucket create a user set permissions for the bucket upload a file manually and check if you can display it in a browser (needed for my usecase) download and install the AWS command line tools play with the terminal to verify the arguments and create some LEP wrapping methods, and ready - thats it The AWS S3 commands are well known if you ever did something with the osx terminal example: - cp - ls - mb - mv - rb - rm - sync To copy a file to amazon S3 use "aws s3 cp SOURCE_POSIXPATH s3://YOURBUCKET/MAYBE_SUBFOLDER/" The S3 shell creates needed destination subfolders automatically if needed. Best Regards Armin ADeeg wrote > Hi, I like to upload pictures to the Amazon S3 storage and hope that I can > get timesavers to do this from 4D. > > Who can help me ? > > My goal is it to enhance my outlook mac users with html emails with > embedded pictures. Sending html emails is done with applescript, now I > like to embed pictures inside the html for real estate property offers. On > windows, this is easy doing with my outlook plugin, but on mac it seems > the best way is to upload the pictures to the web and reference them > inside the html. > > Amazon S3 is fast and cheap. To save some days development time with try > and error frustrations, I like to get code to integrate it in my apps. > I use the oath plugin to communicate to other rest api server. > > I need this: > - authenticate and login from 4d > - upload pictures from 4d > - get the urls for the pictures > > I like to pay for the help or give you a license of my pdf/outlook win > plugin. > > Regards Armin -- View this message in context: http://4d.1045681.n5.nabble.com/Amazon-S3-API-tp5742681p5746827.html Sent from the 4D Tech mailing list archive at Nabble.com. ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

