# HG changeset patch # User siwaa # Date 1783095687 0 # Node ID c1bdbc4234d11a6b43b7827d75c92d0097aa1b1a "planemo upload for repository https://forge.inrae.fr/dairyfit/lot2/dairyfit-toolbox commit 61853eb25d47c0fb4d716af16d3382fb24e7b927" diff -r 000000000000 -r c1bdbc4234d1 README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Fri Jul 03 16:21:27 2026 +0000 @@ -0,0 +1,3 @@ +Welcome oe the folder hosting the toS3 galaxy tool. + +This tool simply send to a s3 storage tenant. diff -r 000000000000 -r c1bdbc4234d1 toS3.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toS3.xml Fri Jul 03 16:21:27 2026 +0000 @@ -0,0 +1,32 @@ + + + To send to a S3 storage + + + unzip ${inputData}; + ls; + aws s3 cp analyse_simulations_STICS s3://${Bucket}/${objectPath} --recursive --endpoint-url \${S3_ENDPOINT}; + echo "bla" > ${output}; + + + + + + + + + + + + +Documentation +------------- +A tool to unzip and send a folder to S3 + +Credits +------- +- Galaxy Tool Maintainer: Patrick Chabrier patrick.chabrier@inrae.fr +- Tool Site: https://forge.inrae.fr/dairyfit/lot2/dairyfit-toolbox +- Copyright: INRAE + +