[fpc-pascal] AWS Lib - Object Pascal library for the Amazon Web Services
luiz americo pereira camara
luizmed at oi.com.br
Mon Dec 29 20:46:12 CET 2014
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" <md at 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 at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20141229/6b3cafe9/attachment.html>
More information about the fpc-pascal
mailing list