-
|
Hi, I'm trying to upgrade an open source project from s3/manager to the new s3/transfermanager. However I see that the transfermanager.GetObjectInput does not have a Range variable, while the deprecated s3/manager used s3.GetObjectInput which does have a range field . I need this as the project uses this to make a ReadSeeker object to be able to seek aroud s3 files. I couldnt find anything useful in the docs on how to do this migration, can anyone help here on the right way to acheive this in transfermanager? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
lucix-aws
Feb 12, 2026
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lucix-aws
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#3322