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

sse for SelectObjectCount s3 op #2700

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

dlm6693
Copy link
Contributor

@dlm6693 dlm6693 commented Jun 17, 2022

This PR addresses boto/boto3#3268. Discussion about supporting SSE for all s3 ops was discussed, but the service only supports it for 11 out of its 97 APIs/ops.

A manual integration test was performed before and after registering the handler for SelectObjectContent. Before the same exception botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the SelectObjectContent operation: Access Denied was raised that the user in the original issue highlighted. After, the call succeeded.

@dlm6693 dlm6693 requested review from nateprewitt and joguSD June 17, 2022 19:50
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2022

Codecov Report

Merging #2700 (eb4281d) into develop (f1a73ff) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #2700   +/-   ##
========================================
  Coverage    95.25%   95.25%           
========================================
  Files           60       60           
  Lines        12278    12278           
========================================
  Hits         11696    11696           
  Misses         582      582           
Impacted Files Coverage Δ
botocore/handlers.py 95.05% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f1a73ff...eb4281d. Read the comment docs.

Copy link
Contributor

@nateprewitt nateprewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@nateprewitt nateprewitt merged commit 3503313 into boto:develop Jun 20, 2022
@dlm6693 dlm6693 deleted the sse-select-object-content branch June 20, 2022 21:51
aws-sdk-python-automation added a commit that referenced this pull request Jun 21, 2022
* release-1.27.14:
  Bumping version to 1.27.14
  Update to latest models
  sse encoding for SelectObjectCount s3 op (#2700)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants