From 26030e78fb3b748e4b05fdfdabea831f95d54d6c Mon Sep 17 00:00:00 2001 From: ZizzyDizzyMC Date: Sun, 21 Feb 2021 22:54:49 -0500 Subject: [PATCH] Update upload.go --- upload.go | 1 - 1 file changed, 1 deletion(-) diff --git a/upload.go b/upload.go index c2a181d..22a537a 100644 --- a/upload.go +++ b/upload.go @@ -43,7 +43,6 @@ type UploadRequest struct { randomBarename bool accessKey string // Empty string if not defined srcIp string // Empty string if not defined - contentSize int64 } // Metadata associated with a file as it would actually be stored