Sha256: df2a45a59d8465e4faf13616e9ee489826b9a8f43cad4905557d34992da4f0a8

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 Bytes

Contents

# Running the tests
```bash
bundle install
bundle exec rspec
```

If you want to run the integration tests against a real bucket you need to pass your Aliyun credentials to the test runner or declare it in your environment.
```bash
OSS_ENDPOINT="Aliyun OSS endpoint to connect to" OSS_ACCESS_KEY="Your access key id" OSS_SECRET_KEY="Your access secret" OSS_BUCKET="Your bucket" MNS_ENDPOINT="MNS endpoint" MNS_QUEUE="MNS queue" BACKUP_DIR="/tmp/oss" BACKUP_BUCKET="Your backup bucket" bundle exec rspec spec/integration/oss_spec.rb --tag integration
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-input-oss-0.0.1-java DEVELOPER.md