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 a1457a1 commit 28f0d1cCopy full SHA for 28f0d1c
1 file changed
network/cloud_sync/s3.c
@@ -14,7 +14,6 @@
14
15
#include <encodings/base64.h>
16
#include <lrc_hash.h>
17
-// #include <net/net_http.h>
18
#include <string/stdstring.h>
19
#include <time/rtime.h>
20
#include <formats/rjson.h>
@@ -1601,7 +1600,6 @@ static bool s3_multipart_start(s3_multipart_state_t *mp_st)
1601
1600
url_with_query = s3_build_url_with_query(mp_st->url, url_query);
1602
auth_header = s3_build_auth_header("POST", mp_st->canonical_uri, canonical_query,
1603
"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);
1605
if (!url_with_query || !auth_header)
1606
{
1607
free(url_with_query);
0 commit comments