Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michele Carpene
Irods Resource Plugin S3
Commits
90c2d8af
Commit
90c2d8af
authored
Jan 10, 2017
by
Antoine de Torcy
Browse files
Add Deep Archive test
parent
4bfd4a15
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
packaging/irods_resource_plugin_s3.list.template
View file @
90c2d8af
...
@@ -48,3 +48,4 @@ END_POSTINSTALL
...
@@ -48,3 +48,4 @@ END_POSTINSTALL
f 644 root root ${OS_IRODS_HOME_DIR}/plugins/resources/libs3.so ./libs3.so
f 644 root root ${OS_IRODS_HOME_DIR}/plugins/resources/libs3.so ./libs3.so
f 644 root root ${OS_IRODS_HOME_DIR}/tests/pydevtest/test_irods_resource_plugin_s3.py ./packaging/test_irods_resource_plugin_s3.py
f 644 root root ${OS_IRODS_HOME_DIR}/tests/pydevtest/test_irods_resource_plugin_s3.py ./packaging/test_irods_resource_plugin_s3.py
f 644 root root ${OS_IRODS_HOME_DIR}/tests/pydevtest/move2DA.r ./packaging/move2DA.r
packaging/move2DA.r
0 → 100644
View file @
90c2d8af
# example:
# irule -F rules/move2DA.r "'s3resc;s3archive'" "'/tempZone/home/rods/testfile'" "'/my_bucket/home/rods/testfile'"
move_to_deep_archive
{
msicompound_archive_object
(
*
resc_hier
,
*
logical_path
,
*
physical_path
);
}
INPUT
*
resc_hier
=$
1
,
*
logical_path
=$
2
,
*
physical_path
=$
3
OUTPUT
ruleExecOut
packaging/test_irods_resource_plugin_s3.py
View file @
90c2d8af
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment