I have followed all the steps, the extension is loaded but i am getting 500 error i don't know why ..
Maybe i might have not configured right ??
i have first created an inline policy to allow all the permissions for bucket Hello and then i have created IAM role and attached that inline policy to that and then attached that IAM role to the EC2 on which mediawiki is running
My s3 bucket is hello and it has a folder inside it called helloworld and in that folder i have all the images so my local settings should be like this right ....???
FILE STRUCTURE: hello/helloworld/....(all the images)
wfLoadExtension( 'AWS' );
$wgAWSBucketName = "hello";
$wgAWSBucketTopSubdirectory = "/helloworld";
Help I am new to this