Page MenuHomePhabricator

[services] Blob - Fix reading data from S3
ClosedPublic

Authored by karol on Apr 1 2022, 3:07 AM.
Tags
None
Referenced Files
F2907313: D3594.id11400.diff
Sun, Oct 6, 11:01 AM
F2906832: D3594.id11397.diff
Sun, Oct 6, 10:12 AM
Unknown Object (File)
Wed, Sep 18, 9:57 PM
Unknown Object (File)
Sun, Sep 15, 4:34 AM
Unknown Object (File)
Sun, Sep 15, 4:13 AM
Unknown Object (File)
Sun, Sep 15, 4:13 AM
Unknown Object (File)
Sun, Sep 15, 4:13 AM
Unknown Object (File)
Fri, Sep 13, 3:03 AM

Details

Summary

Depends on D3651

Raised in https://phabricator.ashoat.com/D3470#97072

We want to fix reading the S3 object so it doesn't cut the stream on \n

Test Plan
cd services
yarn test-blob-service

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek added inline comments.
services/blob/src/AwsS3Bucket.cpp
122–123

Why do we need to resize?

This revision is now accepted and ready to land.Apr 1 2022, 3:38 AM
services/blob/src/AwsS3Bucket.cpp
122–123

We don't. It is a leftover. It was used to allocate the mem up front.

This revision was landed with ongoing or failed builds.Apr 13 2022, 4:58 AM
This revision was automatically updated to reflect the committed changes.