aws-sdk-delphi icon indicating copy to clipboard operation
aws-sdk-delphi copied to clipboard

AWS (Amazon Web Services) SDK for Delphi.

Results 7 aws-sdk-delphi issues
Sort by recently updated
recently updated
newest added

What I have to do, I need an example passing the credentials via code. ``` var Client: IAmazonSimpleEmailService; Request: ISendEmailRequest; Response: ISendEmailResponse; begin // 2. Instantiate client interface Client :=...

Hello I am using Delphi 11 on Windows 10. Following the steps for manual installation, I'm unable to build the packages in this library. The error I'm getting is ```...

Hello I am building the AWSLandgrafSDK on Delphi 12.1. I am not using VMWare or any other VM system. When building the AWSSESV2 package for Ubuntu 22 I get an...

Fix the property Size from Integer to Double

Hello Wagner I get this error when I was reading list files from a Bucket var request: IListObjectsV2Request := TListObjectsV2Request.Create; request.BucketName := ServiceConfig.BucketName; request.Prefix := ServiceConfig.FolderName; var response := S3Client.ListObjectsV2(request);...

Hello, using aw-sdk-delphi TGetObjectRequest I have the error "Error unmarshalling response back from AWS" with any bucket and any object. It's ok using standard delphi component TAmazonConnectionInfo (see attachment) [get.txt](https://github.com/user-attachments/files/17460805/get.txt)...