-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add support to cos of tencent cloud? #660
Comments
Hey, thanks for providing a detailed report. I'm not personally very familiar with cos, so kind of going off what you've laid out here. Could you provide an example of what methods/classes you are using to make the calls as well? I'm trying to figure out where the best place to tweak things might be and understanding the usage pattern will simplify that I think. Thanks! |
The exception stack in gitlab is :
And I am not familiar with ruby and can not find how to set host in this function. So I modify the function in Just FYI |
Thanks, I wanted to make sure I understood if you were making the calls directly (in which case there are perhaps easier fixes), or if it was being done on your behalf (which makes it harder, as you point out with your patch). I'm going to review some of the related docs and code to see what seems like the best approach here and will comment when I've got something. |
Could you also share the contents of the |
https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/initializers/carrierwave_patch.rb |
This issue has been marked inactive and will be closed if no further activity occurs. |
When I setup a gitlab server in tencent cloud and want to use the cos(object storage) to store upload artificate. COS uses a different api for put object.
So I have to modify
fog-aws-3.14.0/lib/fog/aws/storage.rb
, add following to work around.It works but is very ugly. :(
The text was updated successfully, but these errors were encountered: