Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 522 Bytes

amazon.md

File metadata and controls

26 lines (21 loc) · 522 Bytes

Using Amazon Web Services (aws) with pkgcloud

Using Compute

  var amazon = pkgcloud.compute.createClient({
    provider: 'amazon',
    key: 'asdfkjas;dkj43498aj3n',
    keyId: '98kja34lkj'
  });

Using Storage

  var amazon = pkgcloud.storage.createClient({
    provider: 'amazon', // 'aws', 's3'
    key: 'asdfkjas;dkj43498aj3n',
    keyId: '98kja34lkj'
  });