Skip to content

Instantly share code, notes, and snippets.

@Xuanwo
Created March 31, 2017 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xuanwo/47f6eeabd8e40bb544ead6ee7a6ec5ea to your computer and use it in GitHub Desktop.
Save Xuanwo/47f6eeabd8e40bb544ead6ee7a6ec5ea to your computer and use it in GitHub Desktop.
qingstor-sdk on meteor demo
import { QingStor, Config } from 'qingstor-sdk';
import './main.html';
let config = new Config();
let qingstor = new QingStor(config);
let bucket = qingstor.Bucket("test", "pek3a");
console.log(qingstor);
console.log(bucket);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment