Skip to content

crwbasnayake/rackspace-copy-bulk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rackspace Cloud Files Copy Script

This node.js project is created to copy large set of files from one of your cloud container to another cloud container

Important: I had to modify pkgcloud node module to remove "x-object-meta-" prefix when setting the headers. So I have uploaded customized node_module in side the project. So you can use it. https://developer.rackspace.com/docs/cloud-files/quickstart/?lang=node.js#change-object-metadata

pkgcloud/lib/pkgcloud/openstack/storage/storageClient.js

// removed this "x-object-meta-" prefix to fix cors origin key issue
// const OBJECT_META_PREFIX = 'x-object-meta-';
const OBJECT_META_PREFIX = '';

Created by: Charitha Basnayake crwbasnayake@gmail.com

Reference:

About

This project is used to copy bulk rackspace files from one container to another container.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published