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

TransferUtility recursive call to upload method #388

Closed
gtux opened this issue Dec 28, 2017 · 2 comments
Closed

TransferUtility recursive call to upload method #388

gtux opened this issue Dec 28, 2017 · 2 comments
Labels
s3 Issues with the AWS Android SDK for Simple Storage Service (S3).

Comments

@gtux
Copy link

gtux commented Dec 28, 2017

I was coding and get an recursive call when I use upload method with this signature:

upload(java.lang.String key, java.io.File file, ObjectMetadata metadata, CannedAccessControlList cannedAcl, TransferListener listener)

On the code on line 506 that method call itself, so it thrown a StackOverflowException.
Line:
https://github.com/aws/aws-sdk-android/blob/master/aws-android-sdk-s3/src/main/java/com/amazonaws/mobileconnectors/s3/transferutility/TransferUtility.java#L506

To help us solve your problem better, please answer the following list of questions.

  • What service are you using?
    S3

  • In what version of SDK are you facing the problem?
    2.6.12

  • Is the issue limited to Simulators / Actual Devices?
    No

  • Can your problem be resolved if you bump to a higher version of SDK?
    There is no higher version

  • Is this problem related to specific Android/OS version?
    Yes

  • Can you give us steps to reproduce with a minimal, complete, and verifiable example? Please include any specific network conditions that might be required to reproduce the problem.

  • Please include a stacktrace if applicable.

If you need help with understanding how to implement something in particular then we suggest that you first look into our developer guide. You can also simplify your process of creating an application by using Mobile Hub.

@mutablealligator mutablealligator added the s3 Issues with the AWS Android SDK for Simple Storage Service (S3). label Dec 28, 2017
@mutablealligator
Copy link
Contributor

Hi @gtux, Thanks for reporting to us. We are looking into it.

@mutablealligator
Copy link
Contributor

We have fixed this issue in 2.6.13 release. Thanks for pointing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s3 Issues with the AWS Android SDK for Simple Storage Service (S3).
Projects
None yet
Development

No branches or pull requests

2 participants