Fixed spaces on MacOS

This commit is contained in:
斟酌 鵬兄 2023-05-05 00:59:00 +08:00
parent 5d2acc0710
commit 6332216685
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ _DATE=$( date -u +"%Y%m%d" )
_DTIME=$( date -u +"%Y%m%dT%H%M%SZ" )
_HEADERS="content-length;content-type;host;x-amz-content-sha256;x-amz-date"
_CTYPE="application/octet-stream"
_CLEN=$( wc -c $_FILE | cut -d' ' -f1 )
_CLEN=$( wc -c < $_FILE | tr -d ' ' )
# Canon Request
_C="PUT"