Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: SelectObjectContentRequest #236

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    295f223 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Added parsing for AWS EventStream messages, Implemented EventStream m…

    …essage, headers, and payload parsing, Added new functions to parse EventStream messages
    avinayak committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    be7889e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8df057e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07636bd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Refactor ExAws.S3 module to use

    SelectObjectContents struct and add XML
    serialization helpers
    avinayak committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    610b09e View commit details
    Browse the repository at this point in the history
  2. Refactor ExAws.S3.SelectObjectContents to use

    options for input_serialization,
    output_serialization, and scan_range
    avinayak committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    13bf801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98a41f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Add support for S3 SelectObjectContent API and

    improve code organization
    avinayak committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a2c265f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649110e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    861bf58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14238a5 View commit details
    Browse the repository at this point in the history
  5. Refactor ExAws.S3.Parsers.EventStream and Prelude

    modules to improve readability and consistency.
    avinayak committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    555b2f4 View commit details
    Browse the repository at this point in the history
  6. Refactor code for improved readability and

    performance.
    avinayak committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bde09da View commit details
    Browse the repository at this point in the history
  7. Refactor S3 event stream header test and delete S3

    select object contents test
    avinayak committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f7174f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a83400 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cbb0f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Refactored S3 EventStream parser for improved error handling, Updated…

    … ExAws.SParsers.EventStream to buffer streams
    avinayak committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0228265 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b1e82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770fd04 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    3931220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5d3c5 View commit details
    Browse the repository at this point in the history