We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 return empty responses
S3 operations should parse data in their response
S3 operations return response objects with no data
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
contents
Data is not available when deserializing a S3 response
No response
main branch
Xcode 15.2
macOS 14.2.1
The text was updated successfully, but these errors were encountered:
Shipped in AWS SDK for Swift 0.34.0
Sorry, something went wrong.
jbelkins
No branches or pull requests
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 nilPossible 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
The text was updated successfully, but these errors were encountered: