awslabs / aws-s3-transfer-manager-rs

Apache License 2.0
5 stars 0 forks source link

Name the bikeshed #33

Open graebm opened 2 months ago

graebm commented 2 months ago

Global issue for naming nitpicks, to be addressed before GA. Put your grievances here so we can move on with PRs...

graebm commented 2 months ago

Don't name anything "request" or "response" unless you're literally talking about 1 HTTP request/response.

A "download" is not a "request", because it may correspond to N HTTP requests under the hood. I learned this lesson from many muddled discussions about "meta requests" in aws-c-s3.