Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove methods that are out of scope for DRS v1 (#233)
* remove create/update/delete and version methods * remove calls to Create methods We might want to delete the compliance test completely now that we don't have Create methods, but this should at least get the script to run. * don't test removed methods * remove more tests At this point, it's pretty clear we should rethink testing completely. * trying again to disable tests * remove tests Since they don't make sense now that we only have a read-only API * restore original version * undo edits * comment out tests (instead of deleting them) * remove ListBundles and ListObjects methods
- Loading branch information