Sha256: 6906437d7be2a397111dcbffb7d6018cda523c906693f28e2afd651d643af044
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 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" bundle exec rspec spec/integration --tag integration ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
logstash-output-oss-0.1.2-java | DEVELOPER.md |
logstash-output-oss-0.1.1-java | DEVELOPER.md |