views:

246

answers:

3

Besides the Amazon Integrator from /n software, are there any other Amazon S3 components available that can be used with Delphi 2010? I would use the one from /n software, but it has some issues (e.g. GetObjectInfo doesn't work if the object is stored in a specific location) and limitations (e.g. copying objects doesn't let you define replacement meta-data).

I don't have the time or resources to create such a component myself.

Thanks!

A: 

A quick search on google using "amazon s3 delphi" revealed: http://www.itwriting.com/s3.php

Tony Danby
Thanks, but I've looked at this before. Unfortunately it's more of a bare-bones example to build on and not a complete solution.
Mick
A: 

The only other alternative I would consider is to ask a Java developer (or try yourself) to build an integration solution using the AWS SDK for Java and a simple web service or messaging interface to the Delphi side. The AWS library is free and well documented. Always choose the best tool for the job :)

mjustin
A: 

Eldos has a set of components for provider-independant cloud storage as part of their SecureBlackBox suit.

I haven't used it yet, but I've been using SBB for years and I've always been satisfied both with the product and the provided support.

Stephane