repositorypackage
0.0.0-20240520122831-072ac0d49896
Repository: https://github.com/koofr/go-swiftclient.git
Documentation: pkg.go.dev
# README
go-swiftclient
Go OpenStack Swift client.
Install
go get github.com/koofr/go-swiftclient
Testing
To run tests you will need to run a test Ceph RGW docker container:
docker run --rm -it -p 8080:8080 bancek/ceph-rgw-swift-test:0.1.0-nautilus
sh -c 'while ! curl --fail -H "X-Auth-User: test:test" -H "X-Auth-Key: test" http://localhost:8080/auth/v1.0 2>/dev/null; do echo "waiting for swift" && sleep 1; done; echo'
go test -v ./...