getmoto / moto

A library that allows you to easily mock out tests based on AWS infrastructure.
http://docs.getmoto.org/en/latest/
Apache License 2.0
7.58k stars 2.02k forks source link

Plans to add support for the Transfer client? #7790

Closed jenstroeger closed 1 month ago

jenstroeger commented 2 months ago

Thank you for the great work on this package! Are there any plans to support the Transfer client, particulalry these methods:

If not, then what’s your recommendation to handle such non-moto supported services?

bblommers commented 2 months ago

Hi @jenstroeger, we don't have any plans yet, but I'll mark it as an enhancement to add this service.

Our documentation has more info on how you can manually mock services that aren't supported yet: http://docs.getmoto.org/en/latest/docs/services/patching_other_services.html

armichaud commented 1 month ago

Working on this

jenstroeger commented 1 month ago

Oh that’s great news 👍🏼

jenstroeger commented 1 month ago

@armichaud do you have a guesstimate for how long this might take?

armichaud commented 1 month ago

@jenstroeger It's ready for review, see #7891