aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2018-05-07 14:07:11 +0200
committerStefan Majewsky <majewsky@gmx.net>2018-05-07 14:07:11 +0200
commitb65158017829cee6fba71a6d730d1502026280a7 (patch)
tree6318a38ffd63d8788a1795b3a5bd7ee8286e05ea /CONTRIBUTING.md
parent17e9003342f79313d4b919818db6f69964d102db (diff)
downloadgo-schwift-b65158017829cee6fba71a6d730d1502026280a7.tar.gz
add support for symlinks to ObjectIterator
Closes #2.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 96ae415..aa145a8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,3 +37,6 @@ container](https://github.com/bouncestorage/docker-swift).
2. Run the tests with `./testing/with-saio.sh go test`. The script will find how to access the Swift API inside the
container, and configure the auth environment variables accordingly. You can use this with any command that requires
Swift credentials, e.g. `./testing/with-saio.sh swift stat`.
+
+**WARNING:** At the time of this writing, https://github.com/bouncestorage/docker-swift/pull/30 has not been merged, so
+you need to patch the proxy-server.conf manually to get the symlink-related tests to pass.