We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6d676 commit 2bfcf68Copy full SHA for 2bfcf68
S3.php
@@ -1277,7 +1277,7 @@ public static function listDistributions()
1277
1278
$useSSL = self::$useSSL;
1279
self::$useSSL = true; // CloudFront requires SSL
1280
- $rest = new S3Request('GET', '', '2008-06-30/distribution', 'cloudfront.amazonaws.com');
+ $rest = new S3Request('GET', '', '2010-11-01/distribution', 'cloudfront.amazonaws.com');
1281
$rest = self::__getCloudFrontResponse($rest);
1282
self::$useSSL = $useSSL;
1283
0 commit comments