Skip to content

audionamix/s3dav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3dav

An extension to SabreDAV that let you store files on an s3 bucket

Development

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: admin password admin
  • username user password user

About

An extension to SabreDAV to manage files on an s3 bucket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages