- Install tools to build:
sudo apt-get update
sudo apt-get install kernel-package fakeroot wget bzip2- Linux-2.6.39.1-linode34 is same as regular 2.6.39
| # -*- coding: utf-8 -*- | |
| import md5 as mmd5 | |
| DEBUG = False | |
| api_upyun = 'api.upyun.com' | |
| ENDPOINT_V0 = 'v0.' + api_upyun | |
| ENDPOINT_V1 = 'v1.' + api_upyun |