Closed KIKOmanasijev closed 1 year ago
Thanks @KIKOmanasijev
Some questions, does this move an object:
And secondly:
Thanks @KIKOmanasijev, in addition to @trajche's questions I took a look at the code and I have some suggestions for the code base, which will be left in the review
Thanks @KIKOmanasijev
Some questions, does this move an object:
- between S3 instances with different credentials?
- between different S3 buckets?
- between different S3 folders/paths?
And secondly:
- does this do two operations, copy + delete?
between S3 instances with different credentials?
between different S3 buckets?
between different S3 folders/paths
@rristov60 I've resolved most of the issues/suggestions. Can you take another look at the new commits?
This PR implements a 'Move Object' node.
The move node simply copies an S3 object from one location to another, and then removing the original object from the old location.