Skip to content

Commit

Permalink
Multipart-testing (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng authored Nov 22, 2024
1 parent f3809c5 commit 6e949e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kscale/web/krec.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ async def upload_krec(robot_id: str, file_path: Path, name: str, description: st
headers={
"Content-Length": str(len(chunk)),
"Content-Type": "application/octet-stream",
"x-amz-sdk-checksum-algorithm": "SHA256",
"x-amz-checksum-sha256": chunk_checksum_b64,
},
)
Expand Down

0 comments on commit 6e949e9

Please sign in to comment.