diff options
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 |