@shiftzz/cos-utils
v0.2.16
Published
Utility functions for IBM cloud object storage
Downloads
23
Readme
import { CosConnection } from '@shiftzz/cos-utils';
or
const { CosConnection } = require('@shiftzz/cos-utils');
const config = {
credentials: process.env.cosCredentials,
getAccessToken: getIbmAccessToken,
};
const cosConnection = new CosConnection(config).connect();