Couple of question on Amazon S3 endpoint?

Couple of question on Amazon S3 endpoint?

by Koteswara Rao Muntha -
Number of replies: 1

Using Moodle 3.6

1. Can I add a new endpoint to the existing once? I would like to add region ap-south-1 and endpoint apigateway.ap-south-1.amazonaws.com.

2. As soon as I install S3_bucket plugin from front end the server throws up 500 error! It works again only on removal of the plugin and restart of Apache. Did any one face this issue?

Attachment s3buc.png
Average of ratings: -
In reply to Koteswara Rao Muntha

Re: Couple of question on Amazon S3 endpoint?

by Renaat Debleu -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
  1. No, now you cannot add new regions, but you can ask the maintainer of the Amazon's SDK for PHP plugin to update their plugin to use the latest sdk version (see https://github.com/catalyst/moodle-local_aws/pull/11). This plugin adds support for regions like eu-north-1 and ap-south-1, so these regions also become available in the s3_bucket plugin.
  2. To handle code 500  errors, there is more information needed:  error 500 is a generic error message, indicating that an unexpected condition was encountered and no more specific message is available. What are your error logs revealing? Which OS - php - Apache is used? Perhaps it is a good idea to create a new issue in the bug tracker (https://github.com/ewallah/moodle-repository_s3bucket/issues)