[Lazarus] AWS Lib - Object Pascal library for the Amazon Web Services

Marcos Douglas md at delfire.net
Sun Dec 28 02:41:43 CET 2014


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




More information about the Lazarus mailing list