Skip to content

Instantly share code, notes, and snippets.

@Atothendrew
Created September 2, 2015 18:03
Show Gist options
  • Save Atothendrew/2c0e904f339d0e8d02fa to your computer and use it in GitHub Desktop.
Save Atothendrew/2c0e904f339d0e8d02fa to your computer and use it in GitHub Desktop.
import swiftclient
conn = swiftclient.Connection(user={swift_user},
key={key},
authurl={authurl},
insecure=True)
conn.head_object("test_head", "80GB.txt")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment