Amazon S3 Upload behavior for CakePHP 1.2.x

Nowadays developers are preferring Amazon S3 for file storage and there are various libraries available in PHP to facilitate the file transfer to S3. This behavior uses Amazon S3 class by Donovan Schonknecht. Before using this behavior make sure you place the S3.php file in your vendors directory.
This behavior is very similar to normal upload [...]