An extension to SabreDAV that let you store files on an s3 bucket
Before trying the server, you need to configure your AWS credentials. To do so, please update the <Your AWS Key> <Your AWS Secret> and <Your AWS Bucket Name> fields.
Once updated, docker-compose up let you start the test webdav server on http://localhost:8080/server/server_acl.php
To get the apache error logs, you'll need to get the container ID (docker ps) and tail the log from that container
docker exec -it <container id> tail -f /var/log/apache2/error.log
The server has two default users:
- username:
adminpasswordadmin - username
userpassworduser