&2
#else
python $__tool_directory__/send.py
--provider=$authz_record.provider
--filename=$filename
--credentials_file=$credentials_file
--bucket=$bucket
--object_label=$filename.name.replace(" ", "_")
--overwrite_existing=$overwrite_existing
#end try
]]>
**What it does**
Send dataset(s) from Galaxy to cloud-based storage (e.g., AWS S3).
Supply a name of the target bucket where the data will be sent along
with an id for the desired cloud authorization. To get the list of Cloud
Authorization IDs available for your account, visit `/api/cloud/authz`.
**Remarks**
This tool leverages OpenID Connect protocol and CloudAuthz (https://github.com/galaxyproject/cloudauthz)
to access cloud-based resources without requiring user credentials.
If selecting multiple datasets, make sure each dataset is named
differently; otherwise, only one copy of the selected datasets will be
copied.