Good work.

Currently i dont use AWS but if i need in future i will give a try.

As a tip, i suggest to add GUID to interface declarations this will allow
to query them.

In Lazarus put the cursor after interface keyword and press Ctrl+Shift+G

Luiz
Em 27/12/2014 22:42, "Marcos Douglas" <m...@delfire.net> escreveu:

> Hi,
>
> I'm glad to announce the 0.2 release of AWS Lib, a minimalistic Object
> Pascal implementation for the Amazon Web Services.
>
> The project has been completely rewritten using OOP. It is extensible,
> fully object-oriented, interface-based and all objects are immutable
> objects.
>
> https://github.com/mdbs99/AWS
>
> Operations such authentication, create/delete buckets, upload/download
> objects (files and folders), work perfectly.
>
> There are Unit tests for all code.
>
> Synapse is used for HTTP protocol, but all classes work by contract
> (interfaces) then you can use lNet, fphttpclient or whatever you want,
> just implement the interfaces.
>
> The classes are sealed to encourage decorator pattern, not inheritance.
>
> Improvements will come and comments are welcome. Thank you.
>
> Regards,
> Marcos Douglas
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to