clj-aws-s3 icon indicating copy to clipboard operation
clj-aws-s3 copied to clipboard

add progress listener as option to put-object?

Open bhurlow opened this issue 10 years ago • 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?

:dromedary_camel:

bhurlow avatar Apr 28 '15 00:04 bhurlow

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.

weavejester avatar May 03 '15 11:05 weavejester

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!

bhurlow avatar May 03 '15 16:05 bhurlow