Skip to content

Core Kotlin - Latest release artifact not contains getTransfer method #2190

@DenysLoboda

Description

@DenysLoboda

Before opening, please confirm:

Language and Async Model

Kotlin

Amplify Categories

Storage

Gradle script dependencies

implementation "com.amplifyframework:aws-api:1.37.10"
implementation "com.amplifyframework:aws-auth-cognito:1.37.10"
implementation "com.amplifyframework:aws-storage-s3:1.37.10"

Environment information

------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------

Build time:   2022-11-25 13:35:10 UTC
Revision:     daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8

Kotlin:       1.7.10
Groovy:       3.0.13
Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:          18.0.2 (Oracle Corporation 18.0.2+9-61)
OS:           Mac OS X 12.6.1 aarch64



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)

  1. Add Amplify Storage library to gradle configuration
  2. Sync Project
  3. Check that required method not exist

Code Snippet

Amplify.Storage.getTransfer("TRANSFER_ID",//method not found
    { operation ->
        Log.i("MyAmplifyApp", "Current State" + operation.transferState)
        // set listener to receive updates
        operation.setOnProgress {  }
        operation.setOnSuccess {  }
        operation.setOnError {  }
    },
    {
      error -> Log.e("MyAmplifyApp","Failed to query transfer", error)
    }
)

Log output

// Put your logs below this line


amplifyconfiguration.json

No response

GraphQL Schema

// Put your schema below this line

Additional information and screenshots

No response

Metadata

Metadata

Assignees

Labels

feature-parityFeature missing from this library but available on other onesstorageRelated to the Storage category/plugins

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions