fs2-aws icon indicating copy to clipboard operation
fs2-aws copied to clipboard

Add a means to configure S3 multipart uploads

Open fredshonorio opened this issue 3 years ago • 1 comments

Well that was about 6 months of procrastination and 15 minutes of work, but here we are.

I plan to add configurations for the remaining methods in S3[F[_]], should I make traits for those as well or just add a parameter like:

def delete(bucket: BucketName, key: FileKey, configure: DeleteObjectRequest.Builder => DeleteObjectRequest.Builder): F[Unit]

?

fredshonorio avatar Sep 15 '21 18:09 fredshonorio

Is there still interest in this? I could apply this to the current version.

fredshonorio avatar Jul 04 '22 09:07 fredshonorio

I'm interested in seeing this in an official release. Could configure also be added to def uploadFile?

ramonmaruko avatar Mar 27 '23 10:03 ramonmaruko

Same here! Is there anything missing in this PR?

max-peroch avatar Jul 18 '23 16:07 max-peroch