Why is there no Get/PutObjectCallable in the S3CrtClient? #2305
enriquemartinezdev
started this conversation in
General
Replies: 1 comment
-
To be honest I'm not sure why that design choice was made. It this something that you are looking to use? You can always create a feature request here if it is something that you would like to be added to this sdk. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The previous S3Client had both GetObjectCallable and PutObjectCallable methods, as well as their asynchronous and synchronous counterparts. However, S3CrtClient has synchronous, asynchronous and callable methods for all operations, except these. Is there a reason for it?
Beta Was this translation helpful? Give feedback.
All reactions