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 Add file to nas Find a file: Adding a file to http://tyler.zone Make amazon bucket with policy: Put creds out into the environmentSetup New repo ¶
Setup NFS as remote using Rsync over ssh ¶
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 ¶
Links ¶
Setup ¶
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::[bucket-name]/*"
}
]
}
Posted