diff options
author | Ondřej Žára <ondras@zarovi.cz> | 2017-11-15 20:16:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 20:16:20 +0100 |
commit | c4548249be5b2e656681bfef4d58eedce359df08 (patch) | |
tree | 112480cbe7c66dae0632e1bf9955e3f196e738fc /.gitmodules | |
parent | 48913bf78706f5926f8169906d79618ffcbd1299 (diff) | |
parent | 839550377dea29d23c608c9fcf3e1dfcbca45705 (diff) | |
download | wwwsqldesigner-master.zip wwwsqldesigner-master.tar.gz wwwsqldesigner-master.tar.bz2 |
Merge pull request #262 from truckpad/masterHEADorigin/masterorigin/HEADmaster
Support for S3 bucket backend
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b7d3f0f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "backend/php-s3/amazon-s3-php"] + path = backend/php-s3/amazon-s3-php + url = https://github.com/ericnorris/amazon-s3-php.git |