i need to upload a file, into an Amazon S3 bucket, using PHP code, but i need to do that without using the SDK (Version 3).
i cannot use the SDK version 3, because i have PHP version 5.3.3 on my server.
All links, guides and examples, in the Amazon S3 website, are referring to the SDK. how can i upload a file without using the SDK?
thank you.