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
Orchestrator file. private func attempt(context: InterceptorContextType, attemptCount: Int) async {
let selectedAuthScheme = try await selectAuthScheme.select(attributes: context.getAttributes())
this line of code will eat all memory and crash the system.
ps. I have SDKLoggingSystem initialized at debug, but do I need to enable it for S3 subsystem ?
I expect getObject to work.
This code worked on 0.36.2
the line of code above, will result in memory going from 80 mb to 2gb and iPhone app being closed
let input = GetObjectInput( bucket: bucket, key: key ) let output = try await client.getObject(input: input)
No response
1.08
Version 16.1 beta 2 (16B5014f)
iOS 8.1b5
The text was updated successfully, but these errors were encountered:
Hi @neal3000, thanks for submitting this bug issue! We will look into this and let you know what we find.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Orchestrator file.
private func attempt(context: InterceptorContextType, attemptCount: Int) async {
let selectedAuthScheme = try await selectAuthScheme.select(attributes: context.getAttributes())
this line of code will eat all memory and crash the system.
ps. I have SDKLoggingSystem initialized at debug, but do I need to enable it for S3 subsystem ?
Expected Behavior
I expect getObject to work.
This code worked on 0.36.2
Current Behavior
the line of code above, will result in memory going from 80 mb to 2gb and iPhone app being closed
Reproduction Steps
let input = GetObjectInput( bucket: bucket, key: key )
let output = try await client.getObject(input: input)
Possible Solution
No response
Additional Information/Context
No response
AWS SWIFT SDK version used
1.08
Compiler and Version used
Version 16.1 beta 2 (16B5014f)
Operating System and version
iOS 8.1b5
The text was updated successfully, but these errors were encountered: