noobaa-core
noobaa-core copied to clipboard
implement copy_object with source nsfs bucket and destination non-nsfs bucket
Is your feature request related to a problem? Please describe. previously we implemented copy from nsfs object by creating source_stream using _populate_nsfs_copy_fallback function. this caused a memory corruption (see #8315 ). this was fixed for nsfs destination buckets by #8355, but for now the scenario for source nsfs buckets and destination other than nsfs bucket is disabled. we need to implement it
Describe the solution you'd like copy works as expected, data is the same between source and copied objects
Additional context see #8315, #8355