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

Latest commit

 

History

History
18 lines (14 loc) · 657 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 657 Bytes

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.