Skip to content

Commit 28f0d1c

Browse files
committed
Remove comments [skip ci]
1 parent a1457a1 commit 28f0d1c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • network/cloud_sync

network/cloud_sync/s3.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
#include <encodings/base64.h>
1616
#include <lrc_hash.h>
17-
// #include <net/net_http.h>
1817
#include <string/stdstring.h>
1918
#include <time/rtime.h>
2019
#include <formats/rjson.h>
@@ -1601,7 +1600,6 @@ static bool s3_multipart_start(s3_multipart_state_t *mp_st)
16011600
url_with_query = s3_build_url_with_query(mp_st->url, url_query);
16021601
auth_header = s3_build_auth_header("POST", mp_st->canonical_uri, canonical_query,
16031602
"host;x-amz-content-sha256;x-amz-date", S3_EMPTY_PAYLOAD_SHA256, s3_st);
1604-
// "host;x-amz-content-sha256;x-amz-date", "UNSIGNED-PAYLOAD", s3_st);
16051603
if (!url_with_query || !auth_header)
16061604
{
16071605
free(url_with_query);

0 commit comments

Comments
 (0)