Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

WhiteHouse/netstorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NetStorage

This module helps you sync files up to Akamai NetStorage.

Store your private NetStorage credentials in settings.php like this:

$conf['netstorage_rsync_variables'] = array(
  '%key_file' => "/private/path/to/netstorage.key",
  '%user' => 'myUserName',
  '%customer' => 'myCustomer',
  '%cp_code' => 'CPCodeProvidedByAkamai',
  '%netstorage_upload_path' => 'htdocs/path/to/your/files/directory'
);

If you have tweetfetch (included in tweetserver profile) installed, this module queues jobs for pushing static json tweet files up to netstorage. Process the queue with drush queue-run netstorage_upload.

About

Drupal module to help you sync files up to Akamai NetStorage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages