agilord / aws_client

High-level APIs for Amazon Web Services (AWS) in Dart
229 stars 103 forks source link

Upload and download progress support #438

Open kartikey321 opened 1 month ago

kartikey321 commented 1 month ago

I want upload and download progress from the getObject and putObject functions. Is it possible to add it?

xvrh commented 1 month ago

We should try to port the ManagedUpload code from javascript to Dart https://github.com/aws/aws-sdk-js/blob/master/lib/s3/managed_upload.js