Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 1b4ee76

Browse files
committed
fix path to vendor autoloader
1 parent 7f8f644 commit 1b4ee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoint-cors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* If you need to install the AWS SDK, see http://docs.aws.amazon.com/aws-sdk-php-2/guide/latest/installation.html.
2323
*/
2424

25-
require 'vendor/autoload.php';
25+
require '../../autoload.php';
2626
use Aws\S3\S3Client;
2727

2828
// These assume you have the associated AWS keys stored in

0 commit comments

Comments
 (0)