Replies: 1 comment 2 replies
-
Hi @Tooa. I am afraid this opens doors to making everything everywhere public that I would not like to do. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Making the S3Client protected allows you to define Kotlin extension methods adding new functionality. This is useful to add methods like copy (#1157) to the S3Template.
Update: Visibility protected is not enough. It has to be public (Documentaion). We would have to add a getter for the S3Client field.
@maciejwalkowiak would you be open for this change?
Beta Was this translation helpful? Give feedback.
All reactions