Skip to content

Instantly share code, notes, and snippets.

View cschwede's full-sized avatar

Christian Schwede cschwede

View GitHub Profile
@cschwede
cschwede / swift-usage.py
Last active December 17, 2015 05:39
Get usage of Openstack Swift cluster using Swauth for authentication.
import logging
import json
import threading
import Queue
import argparse
import sys
from os import environ
from swiftclient import client