tpyo / amazon-s3-php-class

A standalone Amazon S3 (REST) client for PHP 5/CURL
1.03k stars 503 forks source link

S3.php uses AWS API that will be deprecated on June 6th 2019 #154

Open supersoju opened 5 years ago

supersoju commented 5 years ago

CloudFront API endpoints older than 2016 are being deprecated on June 6th, 2019 as per https://forums.aws.amazon.com/ann.jspa?annID=6697

S3.php currently is using the 2010-11-01 endpoint which is included in the deprecation list.