From 2aa9711e122f2395593953e702dba5afbbb7f021 Mon Sep 17 00:00:00 2001 From: Charitha Basnayake Date: Tue, 14 Jul 2020 15:09:07 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03db38a..7d012b0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ I encountered the above issue and created this node.js project using pkgcloud ra https://developer.rackspace.com/docs/cloud-files/quickstart/?lang=node.js#change-object-metadata Important: -I had to modify pkgcloud node module to remove "x-object-meta-" prefix when setting the headers. This project contains the customized pkgcloud node module and you want face the same issue. +I had to modify pkgcloud node module to remove "x-object-meta-" prefix when setting the headers. This project contains the customized pkgcloud node module and you wan't face the same issue. pkgcloud/lib/pkgcloud/openstack/storage/storageClient.js ```sh