Setup New repo ¶
init git:
init git annex:
Add S3 Remote named public-s3
Add file to git annex
copy current directory to public-s3 remote
remove local copy—will only remove if already in remote—nothing lost
Commit
Setup NFS as remote using Rsync over ssh ¶
Add file to nas
Pull down photos ¶
Make available to the public (after public s3 setup): ¶
List remotes and remote info ¶
Show remotes ¶
Show remote info ¶
Finding info about files ¶
Find a file:
Adding a file to http://tyler.zone
Links ¶
Setup ¶
Make amazon bucket with policy:
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::[bucket-name]/*"
}
]
}
Put creds out into the environment
Add a comment (Comment Policy)