Skip to content
Snippets Groups Projects
Select Git revision
  • 193d6ce2e0a1eaf2536ebfaeea4380cce958c14c
  • master default
  • cleanup
  • v0.0.1
4 results

vospace-file-service

user avatar
Nicola Fulvio Calabria authored
#3824 File upload improvements. First part of implementation. Need to secure it due to local machine reset.
193d6ce2
History

File service for VOSpace

This service queries the same database used by VOSpace (file_catalog).

It provides functionalities for downloading and uploading files.

Running with Docker

See docker-env file for configuration

docker run -it --env-file docker-env -v "/path/to/userspace:/tmp/fsdemo" -p 8080:8080 git.ia2.inaf.it:5050/ia2/vospace-file-service