Skip to content

Instantly share code, notes, and snippets.

@allanlei
Created April 4, 2012 08:08
Show Gist options
  • Save allanlei/2299620 to your computer and use it in GitHub Desktop.
Save allanlei/2299620 to your computer and use it in GitHub Desktop.
Mount Amazon S3 bucket if not mounted
mkdir -p MYBUCKET && mountpoint -q MYBUCKET || s3fs MYBUCKET MYBUCKET -o use_cache=/tmp -o use_rrs=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment