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
we are currently using the fog-aliyun gem to store/get data from OSS. Unfortunately, it seems like the gem only supports internal endpoint URLs for the multipart upload part, as it is possible to provide the endpoint as an argument there (
) which leads to the point that a non internal URL gets generated and used. This leads to timeouts if the VMs are not allowed to connect to the Internet.
Maybe the code could be adjusted to handle the endpoint generation like it is done in the multipart upload code.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi,
we are currently using the fog-aliyun gem to store/get data from OSS. Unfortunately, it seems like the gem only supports internal endpoint URLs for the multipart upload part, as it is possible to provide the endpoint as an argument there (
fog-aliyun/lib/fog/aliyun/requests/storage/put_object.rb
Line 114 in 4513ff4
fog-aliyun/lib/fog/aliyun/requests/storage/head_object.rb
Line 16 in 4513ff4
Maybe the code could be adjusted to handle the endpoint generation like it is done in the multipart upload code.
Thanks for your help.
The text was updated successfully, but these errors were encountered: