Skip to content

Commit 2bfcf68

Browse files
committed
Updated CloudFront API call for listDistributions()
1 parent 0f6d676 commit 2bfcf68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ public static function listDistributions()
12771277

12781278
$useSSL = self::$useSSL;
12791279
self::$useSSL = true; // CloudFront requires SSL
1280-
$rest = new S3Request('GET', '', '2008-06-30/distribution', 'cloudfront.amazonaws.com');
1280+
$rest = new S3Request('GET', '', '2010-11-01/distribution', 'cloudfront.amazonaws.com');
12811281
$rest = self::__getCloudFrontResponse($rest);
12821282
self::$useSSL = $useSSL;
12831283

0 commit comments

Comments
 (0)