Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.0
-
None
-
Reviewed
-
An option '-d' added for all command-line copy commands to skip intermediate '.COPYING' file creation.
Description
Because CLI is using CommandWithDestination.java which add ".COPYING" to the tail of file name when it does the copy. For blobstore like S3 and Swift, to create ".COPYING" file and rename it is expensive. "-direct" flag can allow user to avoiding the ".COPYING" file.