Confluecne upload slow using API tokens

ling May 8, 2019

Recently I switched confluence cloud authentication from account/password to API Token, but I found that the upload speed is much slower than before. For uploading 30M file, it was within 1 min using account/password to authenticate, but take more 5 minutes when using API Token.

I use curl to upload, here is the command:

curl -v $site -u $email:$api_token \
-X POST \
-H "X-Atlassian-Token: nocheck" \
-F "minorEdit=true" \
-F "comment=Example attachment comment" \
-F "file=@aaa.txt" $upload_url

Is there a way to accelerate it?

1 comment

ling May 31, 2019

Does anybody know how to accelerate the speed of upload? Sometimes the action will be timeout.

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events