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

gefragt vor 5 Jahren224 Aufrufe
1 Antwort
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

beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen