weavejester/clj-aws-s3

add progress listener as option to put-object?

Opened this issue · 2 comments

Looks like at least in aws-java-sdk "1.9.33" you can add call .setGeneralProgressListener on PutObjectRequest objects.

  1. do you have plans to update clj-aws-s3 to newer aws-sdk?
  2. would you consider passing in a progress listener of some kind?

🐪

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.

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!