Skip to content

Commit 4f5bbd4

Browse files
committed
fix gzip upload
1 parent fe679b3 commit 4f5bbd4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/mg-inbox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def upload(files):
177177
fformat = "upload"
178178
# POST to shock
179179
data = {
180-
"file_name": os.path.basename(f),
181180
"attributes_str": attr
182181
}
183182
result = post_file(SHOCK_URL+"/node", fformat, f, data=data, auth=mgrast_auth['token'])

0 commit comments

Comments
 (0)