mintproject / mic

Model Insertion Checker
https://mic-cli.readthedocs.io/en/latest/
5 stars 3 forks source link

Upload cwl file to a server #331

Closed mosoriob closed 3 years ago

mosoriob commented 3 years ago

Is your feature request related to a problem? Please describe. Several parts of the MIC uses GitHub to upload files. However, it creates a lot of issues because git is not the correct tool.

For example, the new version needs to upload the cwl file.

Describe the solution you'd like

I would like to use a Object/Cloud Storage

Object/Cloud Storage on Corral

Corral now provides a cloud storage interface compatible with the S3 version 4 API, available only by request. If you wish to utilize the S3 interface to Corral, submit a request for the Corral resource as if you were requesting the usual file-based access, but add a note to your allocation request that you wish your storage to be accessible via the S3 API rather than the file system interface. If and when your allocation request is approved, a project-specific endpoint will be created and will be sent to you in lieu of a directory path.

For consult the S3 API for further information.

The S3 interface is most suitable for programmatic interaction from within custom applications. However, for command-line client usage, we recommend the "minio" client, which documentation and download links available here: https://docs.minio.io/docs/minio-client-complete-guide.

Please direct any further questions you may have regarding the cloud storage interface to Corral through the TACC ticket system.



**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
mosoriob commented 3 years ago

Done