Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regChksum and verifyChksum not accessible in pep_api_data_obj_copy_* PEPs #144

Closed
tedgin opened this issue May 28, 2023 · 2 comments
Closed
Assignees

Comments

@tedgin
Copy link

tedgin commented May 28, 2023

In the iRODS rule language version of the pep_api_data_obj_copy_* PEPs, the *DATAOBJCOPYINP input parameter KV map has an entry regChksum when icp was called with the -k flag and an entry verifyChksum when icp was called iwth the -K flag. In the Python version of the PEPs, the corresponding DataObjCopyInp object doesn't have a condInput property where entries for regChksum and verifyChksum would likely be stored.

@tedgin
Copy link
Author

tedgin commented May 28, 2023

Similarly, the python version cannot access dest_resc_hier like the iRODS rule language can. This is the resource hierarchy path to the storage resource where iRODS will write/wrote the physical copy.

@tedgin
Copy link
Author

tedgin commented May 28, 2023

Never mind. All of this information can be found through the destDataObjInp property of DataObjCopyInp.

@tedgin tedgin closed this as completed May 28, 2023
@trel trel self-assigned this May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants