-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to upload with a tag and reuse it later to download? #168
Comments
Gorjun supports tags only for templates. |
|
You can check curl calls here https://github.com/subutai-io/gorjun/wiki/v1#kurjunresttemplatetag |
@emli show me how in a command sequence with curl:
|
|
How about by name and by version? |
By name and by version also not implemented, currently implemented only by name and id |
|
|
We added a feature to add tags (labels to files uploaded). I would like to document how this feature works. How do I upload a file to Gorjun providing a tag, and use that to retrieve it? Please show me the mechanics of this with curl calls.
My specific use case is to upload a version of a file and use the tag for the version. This way the file name in Gorjun stays the same while I can still access older versions of the file using this version tag.
The text was updated successfully, but these errors were encountered: