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

AppSync codegen model "S3ObjectInput" methods override error #400

Open
cjae opened this issue Jun 10, 2022 · 0 comments
Open

AppSync codegen model "S3ObjectInput" methods override error #400

cjae opened this issue Jun 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@cjae
Copy link

cjae commented Jun 10, 2022

Describe the bug
when I try to build my project I always ran into the following error which does appear for every list item:

error: S3ObjectInput is not abstract and does not override abstract method mimeType() in S3InputObjectInterface

To Reproduce
Steps to reproduce the behaviour:

  1. Update appsync android dependency to 3.3.2.
  2. Run clean Gradle build.
  3. "S3ObjectInput" model is generated but is not abstract and does not override the methods declared in "S3InputObjectInterface" which it implements.

Expected behavior
S3ObjectInput should implement localUri() and mimeType() methods of "S3InputObjectInterface

Environment(please complete the following information):

  • AppSync SDK Version: 3.3.2

Logs

error: S3ObjectInput is not abstract and does not override abstract method mimeType() in S3InputObjectInterface
public final class S3ObjectInput implements S3InputObjectInterface {
@gpanshu gpanshu added the pending-triage Issue is pending triage label May 1, 2023
@tjleing tjleing added bug Something isn't working and removed pending-triage Issue is pending triage labels Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants