Skip to content

Conversation

@RachelTucker
Copy link
Contributor

  • Added version ID to helper get job transfer methods
  • Added util in test for deleting all buckets and their contents because I didn't want to manually delete 100+ buckets manually when the cascade failure happened due to BP bug.

@rpmoore rpmoore requested a review from GraciesPadre May 4, 2018 18:59
final GetBucketsSpectraS3Request request = new GetBucketsSpectraS3Request();
final GetBucketsSpectraS3Response response = client.getBucketsSpectraS3(request);

for (Bucket bucket : response.getBucketListResult().getBuckets()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing final.

@rpmoore
Copy link
Contributor

rpmoore commented May 4, 2018

Unit tests are failing.

@RachelTucker
Copy link
Contributor Author

I ran the integration tests, but didn't think about the unit tests. probably something to do with mocks. Will fix.

@rpmoore rpmoore merged commit d2419cb into SpectraLogic:5_0_autogen May 4, 2018
@RachelTucker RachelTucker deleted the jsdk-285 branch May 4, 2018 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants