Drop "Send to cloud" tool and associated cloudauthz code #18098
Labels
area/backend
area/objectstore
area/UI-UX
kind/refactoring
cleanup or refactoring of existing code, no functional changes
planning
Opening this to make sure I'm not missing a reason why would need to keep any of this around:
https://github.com/galaxyproject/galaxy/blob/release_24.0/tools/data_export/send.xml and associated authz plumbing should probably be removed. I don't think it ever gained any adoption, there's no test or documentation, and what it is aiming to do we can do with file sources in a more generic way. None of this is needed for #15875, but I think it was created specifically for that purpose and doesn't look like it aligns with how we're going to want to bring user-defined object stores and file sources in the future.
Things we can remove:
Removing this would also make it slightly easier to refactor
_get_authnz_backend
and its usage so we can discriminate between real exceptions and expected noise (i.e. we didn't find a disabled provider)The text was updated successfully, but these errors were encountered: