aws icon indicating copy to clipboard operation
aws copied to clipboard

Object Pascal implementation for Amazon S3

Results 7 aws issues
Sort by recently updated
recently updated
newest added

Do you have a plan to support Delphi? Thanks

`AWS Lib` is too generic name. We should choose a better name. Simple and memorable. This name will be the prefix for all units. I'm thinking in `Paws`. It's an...

Let's replace Synapse to mORMot, which supports HTTP/s, HMAC, and more.

Definir novas interfaces e classes para o módulo aws_ses. - [ ] 1. Remover ISESRegion e ISESObject; - [ ] 2. Refatorar ISESObjects; - [ ] 3. Refatorar TSESMessage (desmembrar...

enhancement

Implementar uma nova interface IAWSRegion para ser utilizada por todos os serviços. Proposta de uso da nova interface/classe: ``` TS3Service.New( TAWSClient.New( TAWSRegion.New('us-west-2'), TAWSSignatureVersion1.New( TAWSCredentials.New('access_key', 'secret_key', True) ) ) ) .Buckets...

enhancement

Mudar a URL padrão de acesso ao S3 para s3-accelerate.amazonaws.com Esta URL desvia a requisição para entrada mais próxima da AWS

enhancement

Hi, I'm just in the market for aws-freepsacal integration :-) so thank you for this project. Is that the last release? Was the Amazon Signature V4 ever completed? Thanks,