Replies: 1 comment
-
HI @harupy - thanks for reaching out and sorry for not getting here sooner. I believe there are many factors to examine when it comes to performance benchmarking. I had some trouble reproducing the same result; I simply performed each method individually and measured the time it took which averaged from 5-9 sec. I'd be happy to investigate further into it if you could share the boto3 logs, individually for each method if possible. Here's the code example I used to upload using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running the following code to compare the performance between
S3.Client.upload_part
and PUT with presigned URL (generated byS3.Client.generate_presigned_url
):Result (on
i3.8xlarge
)I'm curious why
upload_part
is slower thanPUT
with presigned URL.Beta Was this translation helpful? Give feedback.
All reactions