You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS has a growing list of instance types with multiple NICs. There should be some way to configure the S3 client to use a particular network interface (or multiple network interfaces?)
Use Case
Maximum throughput cannot be achieved with all instances of the S3 client using just the one default network interface.
Proposed Solution
S3 client takes IP of network interface to bind its connections to
If multiple IPs passed, the S3 client distributes connections among them all
Describe the feature
AWS has a growing list of instance types with multiple NICs. There should be some way to configure the S3 client to use a particular network interface (or multiple network interfaces?)
Use Case
Maximum throughput cannot be achieved with all instances of the S3 client using just the one default network interface.
Proposed Solution
Other Information
Mountpoint (which uses aws-c-s3) recently received this feature request: awslabs/mountpoint-s3#815
Acknowledgements
The text was updated successfully, but these errors were encountered: