Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nadavMiz opened this issue Sep 17, 2024 · 0 comments
Labels
Type:Enhancement New suggestions for behaviours

Comments

@nadavMiz
Copy link
Contributor

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 nadavMiz added the Type:Enhancement New suggestions for behaviours label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Enhancement New suggestions for behaviours
Projects
None yet
Development

No branches or pull requests

1 participant