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

S3 operations do not return a response #1302

Closed
jbelkins opened this issue Jan 18, 2024 · 1 comment
Closed

S3 operations do not return a response #1302

jbelkins opened this issue Jan 18, 2024 · 1 comment
Assignees
Labels
bug This issue is a bug.

Comments

@jbelkins
Copy link
Contributor

Describe the bug

S3 operations return empty responses

Expected Behavior

S3 operations should parse data in their response

Current Behavior

S3 operations return response objects with no data

Reproduction Steps

Perform ListObjectsV2 with Swift SDK for a bucket with objects in it
Observe that contents in the response (as well as all other fields) is nil

Possible Solution

Data is not available when deserializing a S3 response

Additional Information/Context

No response

AWS SWIFT SDK version used

main branch

Compiler and Version used

Xcode 15.2

Operating System and version

macOS 14.2.1

@jbelkins jbelkins added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. and removed needs-triage This issue or PR still needs to be triaged. labels Jan 18, 2024
@jbelkins jbelkins self-assigned this Jan 18, 2024
@jbelkins
Copy link
Contributor Author

Shipped in AWS SDK for Swift 0.34.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

1 participant