We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c43b6b commit fbb4bf4Copy full SHA for fbb4bf4
1 file changed
src/client.cc
@@ -1066,7 +1066,7 @@ PutObjectResponse Client::PutObject(PutObjectArgs args) {
1066
std::string upload_id;
1067
error::Error first_err;
1068
double completed_bytes = 0; // for progress
1069
- double upload_speed = -1; // for progress
+ double upload_speed = -1; // for progress
1070
1071
struct InflightPart {
1072
unsigned int part_number;
0 commit comments