I\'m trying to copy a 10GB file to another directory in my local disk using this code Storage::copy( \'file/test.txt\', \'file2/dest.txt\' );
But when I check it on t