diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-05 16:45:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-05 16:45:32 -0400 |
commit | fd34881509f25cf7d0fc711246e2369f56787e42 (patch) | |
tree | f1a999702fa961137f30e6e90aaf6f94592872d4 /doc/tips | |
parent | 4370bf61b8314918fb503bab66556b7b4c79b54d (diff) |
update
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/publishing_your_files_to_the_public.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/publishing_your_files_to_the_public.mdwn b/doc/tips/publishing_your_files_to_the_public.mdwn index 50fb64db3..5409dda0d 100644 --- a/doc/tips/publishing_your_files_to_the_public.mdwn +++ b/doc/tips/publishing_your_files_to_the_public.mdwn @@ -62,7 +62,7 @@ git annex find --in public-s3 | while read file ; do done | git annex registerurl </pre> -`registerurl` was introduced in `5.20150317`. There's a todo open to ensure we don't have to do this by hand: [[todo/credentials-less access to s3]]. +`registerurl` was introduced in `5.20150317`. ## Manually configuring a public get policy |