add progress listener as option to put-object?
Opened this issue · 2 comments
bhurlow commented
Looks like at least in aws-java-sdk "1.9.33" you can add call .setGeneralProgressListener
on PutObjectRequest
objects.
- do you have plans to update clj-aws-s3 to newer aws-sdk?
- would you consider passing in a progress listener of some kind?
🐪
weavejester commented
I'd consider both. Unfortunately I haven't had a need for S3 recently, so clj-aws-s3 hasn't gotten a whole lot of attention. At some point in the next year I'll likely need it again, and give it an overhaul, unless someone wants to get to it first.
bhurlow commented
roger that. I will explore a little about what upgrading sdks might break. This is the most idiomatic clj s3 lib so I think it's worth keeping current. Cheers!