NetStorageKit-Node
NetStorageKit-Node copied to clipboard
Akamai NetStorage API for Node
* https-proxy-agent v2.1.1 to v5.0.0 * http-proxy-agent removed (not used in code) You use a old and strange version of https-proxy-agent who rewrite the original function 'https.request()' ... https://github.com/TooTallNate/node-agent-base/blob/4.3.0/patch-core.js#L13 This...
Hi! I am working in a project that uses `express-openid-connect` and `netstorageapi` and I am facing this problem when starting the server and opening the login page in the browser....
Currently it's not possible to download large files due to in-memory buffering. The download function should instead stream directly to disk.
It would be nice to be able to pass the proxy-agent instead of just the proxy URL. That way we can customize the agent to our needs.
I'm unable to rename **directories**. The current documentation says it's possible to rename both **directories** and **files**. ```javascript const NETSTORAGE_TARGET = '//temp_test/v0' const NETSTORAGE_DESTINATION = '//temp_test/v1' console.log('source', NETSTORAGE_TARGET) console.log('target', NETSTORAGE_DESTINATION)...
Any plan on feature for downloading the file every hour?
This module still works, but it's kind of slow. Also it could need some TLC, like one could bump it to require node >= 12 and also do some upgrades...
when I access to Akamai control center, I only have client_secret , host, access_token and client_token, May I know how to get hostname, keyname, key and cpCode ? 
Hi, is there any chance to have this in typescript? Can I contribute on that? @AstinCHOI
I need to do purge caches in the files when I make a upload, is there endpoint to do it? Read the documentation I didn't see anything about that.