git-annex/doc/todo/clear_file_names_in_special_remotes.mdwn

14 lines
799 B
Text
Raw Normal View History

2014-03-26 16:52:38 +00:00
To properly use amazon AWS S3 for CDN, we need to publish videos to S3. Ideally, we would like to do this via git-annex as the back-end of video.debian.net is being migrated to git-annex by me, atm.
Obviously, we will need clear text names and proper directory structure, not SHA512E file names. This would need to be supported by the S3 special remote.
I talked to TobiasTheViking in the past and he hinted at a reasonably clean way to do this, but that a clean solution would need support from git-annex. I will link him to this page and ask him to supply whatever info is needed.
Thanks,
Richard
2014-03-27 17:49:51 +00:00
> This is not feaisble given git-annex's design. If I wanted to
> make something completely unlike git-annex, I suppose it could be done,
> but it's off topic here. [[wontfix|done]] --[[Joey]]