fog-aliyun icon indicating copy to clipboard operation
fog-aliyun copied to clipboard

Fog provider for aliyun

Results 14 fog-aliyun issues
Sort by recently updated
recently updated
newest added

Replace `URI.encode` with `URI.encode_www_form_component` to make gem compatible to Ruby version to 3.x. The integration tests passed successfully **however** there might be some specials case as previously only certain characters...

When upgrading to fog-core 2.1, we see a lot of errors like this: ``` NameError: uninitialized constant Fog::Aliyun::Compute Did you mean? Fog::Compute ``` Updating the syntax should resolve this and...

Hi. 我在阿里云的ecs服务器上部署了gitlab,并设置了如下参数: ```bash: gitlab_rails['backup_upload_connection'] = { 'provider' => 'aliyun', 'aliyun_accesskey_id' => '******', 'aliyun_accesskey_secret' => ''******',', 'aliyun_oss_bucket' => ''******',', 'aliyun_region_id' => 'cn-zhangjiakou', 'aliyun_oss_endpoint' => 'http://oss-cn-zhangjiakou-internal.aliyuncs.com' } ``` 于此同时,我在 linux 的 crontab...

When switching in a CF landscape with "some usage" the cloud controller from bits-service to fog, we observed a drastic increase in CPU usage of the ruby processes of the...

Hi, please add integration tests as part of travis-ci validation to validate future PR

Please refer to https://github.com/fog/fog-aliyun/issues/30. In the current version, some of the storage API will compose the OSS endpoint to public endpoint even the user actually want to use VPC endpoint....

In addition to adding the preemptive instance fields (aka spot instance), I simplified the url/parameter building a little bit to make it easier to read/expand. There was also a bug...

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...

This is likely a breaking bug fix, since requests will now _correctly_ parse the response body as json and return a hash, instead of returning the body as a string....