noobaa-core icon indicating copy to clipboard operation
noobaa-core copied to clipboard

implement copy_object with source nsfs bucket and destination non-nsfs bucket

Open nadavMiz opened this issue 5 months ago • 0 comments

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

nadavMiz avatar Sep 17 '24 06:09 nadavMiz