-
Notifications
You must be signed in to change notification settings - Fork 117
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
Core Kotlin - Latest release artifact not contains getTransfer method #2190
Comments
This method is available in version "2.0.0" however this version does not allow customization of "setAccelerateModeEnabled" which is a critical functionality in my case. Is it possible to use both of these functionalities in any of the versions? |
@DenysLoboda GetTransfer api is only available in Amplify v2(starting v2.0.0) and won't be added to previous versions. Could you please share the code snippet for enabling accelerate mode in v1.37.10? I don't see setAccelerateModeEnabled api available in amplify to enable accelerate mode. Once you share the snippet, we will look into supporting it in v2. |
|
Thanks @DenysLoboda, We are currently looking into supporting this in v2. |
@DenysLoboda Acceleration mode support is added in v2.3.0, please refer to this documentation for more details. |
|
Before opening, please confirm:
Language and Async Model
Kotlin
Amplify Categories
Storage
Gradle script dependencies
Environment information
Please include any relevant guides or documentation you're referencing
https://docs.amplify.aws/lib/storage/querytransfers/q/platform/android/
Describe the bug
Actually code from repository not contains required method.
Reproduction steps (if applicable)
Code Snippet
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: