-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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 (
| def initiate_multipart_upload(bucket, object, endpoint) |
| endpoint = 'http://' + location + '.aliyuncs.com' |
Maybe the code could be adjusted to handle the endpoint generation like it is done in the multipart upload code.
Thanks for your help.
Metadata
Metadata
Assignees
Labels
No labels