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

Add "invalid xml body root" check exemption for S3's GetObjectAttributes #1665

Merged

Commits on Aug 24, 2022

  1. add: ability for certain operations to be exempt from XML body root c…

    …hecking
    
    add: XML body root checking exemption for com.amazonaws.s3#GetObjectAttributesOutput
    fix: minor IDE lints
    Velfi committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    1962f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb6728a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Update codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/sm…

    …ithy/protocols/RestXml.kt
    
    Co-authored-by: John DiSanti <jdisanti@amazon.com>
    Velfi and jdisanti authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    aa3a2be View commit details
    Browse the repository at this point in the history
  2. Update codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/sm…

    …ithy/protocols/parse/RestXmlParserGenerator.kt
    
    Co-authored-by: John DiSanti <jdisanti@amazon.com>
    Velfi and jdisanti authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c1df769 View commit details
    Browse the repository at this point in the history
  3. remove: trace log that's not useful

    remove: leftover comments
    Velfi committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    12b3de0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2129d40 View commit details
    Browse the repository at this point in the history
  5. undo: enum trait removal

    Velfi committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2215c14 View commit details
    Browse the repository at this point in the history
  6. add: missing paren

    Velfi committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    63cc880 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0738972 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    bb7d739 View commit details
    Browse the repository at this point in the history
  2. fix: remove unused imports

    Velfi committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    469e367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dfbd30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41627e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c49248 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

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