From a6bef527a5e6aa8cd390c051f19aa2b1034f9e28 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:29:39 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCFile.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCFile.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Storage/Storage/Public/LCFile.cs b/Storage/Storage/Public/LCFile.cs index d254611..d2d19ed 100644 --- a/Storage/Storage/Public/LCFile.cs +++ b/Storage/Storage/Public/LCFile.cs @@ -88,7 +88,8 @@ namespace LeanCloud.Storage { } /// - /// Creates a new file from an url and a name. + /// Creates a new external file from an url. + /// The file content is saved externally, not copied to LeanCloud. /// /// ///