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