Jump to content
Paul Dardeau

Adding basic AWS S3 operations to Delphi app

Recommended Posts

Hi,

 

I'd like to add very basic support for AWS S3 to my delphi application. I'm looking at exactly 3 operations: PUT file/object, GET file/object, LIST objects within a bucket.

 

Suggestions on quickest, easiest way to add this?

Share this post


Link to post

Never do this, but you can try starting from AWS SDK for Delphi 1.1.0 , you find it in GETIT.

 

Bye

  • Thanks 1

Share this post


Link to post
Posted (edited)

As @DelphiUdIT said, there is the Appercept AWS SDK for Delphi available in GetIt with Delphi Enterprise or Architect or from my website https://www.appercept.com/ for Pro.

 

If you are uploading anything large, you should be doing it with multi-part uploads to make it more resilient. There are examples of doing this in our S3 Explorer example at: https://github.com/appercept/aws-sdk-delphi-samples/tree/main/S3Explorer

 

Also, here is an Embarcadero video showing it in use: 

 

 

The S3 Explorer demo is at ~1ht 30mins (to save you a little time).

Edited by Richard Hatherall

Share this post


Link to post

Thanks to everyone who has replied. I'm using Delphi CE and some of the options presented don't seem to be available for CE.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×