Create buffer data structure with C++ stream API to more efficiently build AWS SDK PutObject request

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Atlas Streams
    • None
    • 3
    • TBD
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      https://github.com/10gen/mongo/blob/SERVER-104579/src/mongo/db/modules/enterprise/src/streams/exec/s3_emit_operator.cpp#L530-L539

       

      We're building a buffer and then copying its contents to a std::stringstream just to conform to the AWS SDK API.

       

      We'd like to avoid this copy by making a wrapper for the buffer so we can pass the buffer straight into the AWS SDK

              Assignee:
              Unassigned
              Reporter:
              Andrew Chen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: