Uh oh!
There was an error while loading. Please reload this page.
'publish' generates public access urls for files. - #6
Conversation
This is only implemented in the S3 backend. A way to link the stub file to its content would ease integration into repo hosting systems, if that ever happens in the future. eg, adding an url at the end of the stub file?
zelonght
commented
Mar 13, 2015
@rainwoodman should this a feature of git-fat? If we want to publish files in S3 as public or private, it's feature of S3, we should not add all file function to git-fat, or else we may end of at more commands: @dlin@willkelleher thoughts? |
dlin
commented
Mar 13, 2015
I wouldn't mind a command (something like |
rainwoodman
commented
Mar 13, 2015
My use case here is I have been committing some IPtyhon notebooks to the repository, that I would like to share with collaborators with a directly link that is directly copied from a console. I agree the publish command is more or less only for S3 and too speicallized. I propose It would return the filename->sha1 pairs without '-p' parameter. |
Without -p, locate the SHA-1 blob name of filenames With -p, locate a public-ly access URL of the file from the storage backend (rsync unimplemented yet)
zelonght
commented
Mar 16, 2015
Re: I think (1) maybe a bit common for git-fat usage but (2) maybe not its initial usage. If you agree on this -- "...publish command is more or less only for S3 and too specialized") merging (1) and (2) won't solve. |
dlin
commented
Mar 16, 2015
|
dlin
commented
Mar 16, 2015
I think that technically, we can have "rsync" urls. We might even have |
rainwoodman
commented
Mar 16, 2015
|
This is only implemented in the S3 backend.
A way to link the stub file to its content would
ease integration into repo hosting systems, if that ever happens
in the future.
eg, adding an url at the end of the stub file?
Example usage: