thephpleague / flysystem

Abstraction for local and remote filesystems
https://flysystem.thephpleague.com
MIT License
13.21k stars 825 forks source link

Limit S3 bandwidth #1792

Open Maxence1502 opened 1 week ago

Maxence1502 commented 1 week ago

Hello,

I'm using this version of your library: https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.x

I need to limit the bandwidth to 500 Mbps so as not to saturate my connection when uploading very large files. I haven't found any documentation on the subject, is there a parameter to do this?

Thanks

Maxence1502 commented 1 week ago

I found this parameter for AWS SDK : https://docs.aws.amazon.com/cli/latest/topic/s3-config.html#max-bandwidth

But I don't know how to use it via Flysystem