Skip to content
/ tomb Public

Tomb is a simple groovy module to abstract the usage of different filesystems.

License

Notifications You must be signed in to change notification settings

kaleidos/tomb

Repository files navigation

Tomb

Build Status

Tomb is a simple groovy module to abstract the usage of different filesystems.

http://kaleidos.github.io/tomb

Develop

The integration tests related to the AmazonS3 backend need three environment variables to be set:

  • TOMB_KEY: The amazon S3 key
  • TOMB_SECRET: The amazon S3 secret
  • TOMB_BUCKET: The amazon S3 bucket that we will use to run the tests

You can create a simple script file to run the test task with those variables set:

#!/bin/bash
export TOMB_KEY='my key'
export TOMB_SECRET='my secret'
export TOMB_BUCKET='test-bucket'

./gradlew --daemon test

About

Tomb is a simple groovy module to abstract the usage of different filesystems.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages