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

Commit b8ad3ac

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endpoint.php

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

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

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

0 commit comments

Comments
 (0)