I hereby claim:
- I am murrekatt on github.
- I am murrekatt (https://keybase.io/murrekatt) on keybase.
- I have a public key ASCangL2Z8LVwbR_KKUPDDp_fYY-9tpVLUvh_i56lnry4go
To claim this, I am signing this object:
#!/bin/bash | |
file=$1 | |
aws_path="/" | |
bucket='elblox-media' | |
date=$(date +"%a, %d %b %Y %T %z") | |
acl="x-amz-acl:public-read" | |
content_type='application/x-compressed-tar' | |
string="PUT\n\n$content_type\n$date\n$acl\n/$bucket$aws_path$file" |
I hereby claim:
To claim this, I am signing this object:
## What are useful defaults? | |
### Server Id string | |
OTLog::Output(0, "Enter the ServerID for your server contract: "); | |
strServerID = OT_CLI_ReadLine(); | |
### Nym id of server contract signer | |
OTLog::Output(0, "Enter the Server User ID (the NymID of the Nym who " | |
"signed the server contract): "); | |
strNymID = OT_CLI_ReadLine(); |
div#status { | |
padding-bottom: 1em; | |
} | |
div#log { | |
word-wrap: break-word; | |
padding-bottom: 1em; | |
} | |
.notice { |