Multiple Endpoints for Increased Performance #15950
Unanswered
brettdellandre
asked this question in
Q&A
Replies: 1 comment
-
I assume with MPU you are referring to S3 multipart uploads. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I am trying to figure out how to achieve better PUT performance with CyberDuck using clustered Object storage.
The performant object storage I have will distribute one of 24 IP addresses (same subnet) upon a DNS request. Essentially, each IP is a different "head" unit to the storage and use of more than one IP address will increase performance
Right now a large transfer (with Use Multiple Connections enabled) will only use one IP address destination at a time. When one file is done uploading, it will more to another IP address.
Are there any methods of creating a profile that supports multiple IP address endpoints OR having each MPU request DNS every time it it starts a chunk?
Or generally, how to make Cyberduck for Mac PUT content onto a local object store...faster. : )
Beta Was this translation helpful? Give feedback.
All reactions