Felix Evers
Felix Evers
This pr adds dockeriaztion to syncMyMoodle. Perhaps the maintainer could integrate DockerHub into the CI to provide an image publicly.
GitHub offers the useful option of [issue and pull-request templates](https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates). In this project, it would be an advantage to have multiple distinc templates for different purposes. For example, an issue...
Currently its not possible to change the endpoint url for the `S3Driver`. I would suggest something like this: ```py @property def s3(self): return self.session.resource( service_name="s3", region_name=self.region, endpoint_url=self._endpoint_url, use_ssl=self._endpoint_use_ssl, verify=self._endpoint_verify, )...