pkgcloud

OVH Object Storage, nothing happens when I try to upload large file (more than 100 Ko)

北城余情 提交于 2020-03-25 13:57:50
问题 I try to upload files with OVH object storage. But I have three different behavior according to the heavy file. With a weight file which less than 100Ko, everything is ok With a weight file which more than 100Ko, I have this error: Error: write after end , but the file is uploaded on ovh object storage With a weight file which more than 250Ko, nothing happens, and the file is not uploaded. The fs ReadStream is open, but the write stream piped (with the read stream) not finish. This is my code

Bluemix - object storage - node.js - pkgcloud - openstack returns 401

廉价感情. 提交于 2019-12-08 15:00:34
I am trying to use pkgcloud (node.js) openstack with bluemix object storage, but when I put all the requested parameters as on official page, it always returns 401. I tried using postman as described on bluemix and it works. I created a package , which is able to to authorize it right. It is just a copy of pkgcloud, with a few fixes. EDIT: IT IS WORKING! The V2 supports was shot down by bluemix and it has only V3 support now, but I once again find the issues. Remember to use newest version (2.0.0) So this is how you can use it now : var pkgcloud = require('pkgcloud-bluemix-objectstorage'); //

Bluemix - object storage - node.js - pkgcloud - openstack returns 401

末鹿安然 提交于 2019-12-08 04:05:13
问题 I am trying to use pkgcloud (node.js) openstack with bluemix object storage, but when I put all the requested parameters as on official page, it always returns 401. I tried using postman as described on bluemix and it works. 回答1: I created a package, which is able to to authorize it right. It is just a copy of pkgcloud, with a few fixes. EDIT: IT IS WORKING! The V2 supports was shot down by bluemix and it has only V3 support now, but I once again find the issues. Remember to use newest