Pull NeoFS endpoints from network map #582
Labels
enhancement
Improving existing functionality
I3
Minimal impact
S3
Minimally significant
U4
Nothing urgent
For pilot installations, @realloc suggested having list of NeoFS endpoints from network map. But address field of node info should not be used, because it is going to be internal private address.
Instead, Node can define attribute
PublicEndpoints
with valuegrpc://public1:8080,grpcs://public1:8082
. Consider addresses split by,
or whitespace.S3 Gateway makes request to the side chain and receives network map. If no public endpoint is defined, then use values from config.
The text was updated successfully, but these errors were encountered: