Help in finding and downloading Amazon S3 SDK version 2

0

Hello,
i want to upload a file, download a file and delete a file in the Amazon S3.
My PHP version, on my Linux centos server is 5.3.3.
i read that i can't use the SDK version 3 , because its minimum requirements (5.5)

Been looking for two days, for a page to download the version 2.7.27, which does, support php 5.3.3.
found this but no download option:
https://packagist.org/packages/aws/aws-sdk-php#2.7.27

Where can i download the old SDK that support PHP 5.3.3 ?
and if i can't, where can i find a link that explains, how to write PHP code that operates Amazon S3 commands without the SDK.
can't find it anywhere sorry...

thank you!

Edited by: rodnikosh on Aug 27, 2019 12:10 AM

已提問 5 年前檢視次數 224 次
1 個回答
0

Hi,
Installation instructions for AWS SDK v2 for php are available here:
Link: https://docs.aws.amazon.com/aws-sdk-php/v2/guide/installation.html

And instructions on how to use are here:
Link: https://docs.aws.amazon.com/aws-sdk-php/v2/guide/quick-start.html

Hope this helps!
-randy

已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南