-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pratiksha Sankhe <[email protected]>
- Loading branch information
Showing
31 changed files
with
140 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
"author_email": "[email protected]", | ||
"development_status": "1 - Planning", | ||
"short_description": "File handler utilizing TUS and MinIO with DRS-Filer integration.", | ||
"project_name": "tus_storagehandler", | ||
"project_slug": "tus_storagehandler", | ||
"project_name": "cloud-storage-handler", | ||
"project_slug": "cloud_storage_handler", | ||
"github_username": "elixir-cloud-aai", | ||
"python_version": "3.11", | ||
"add_script": "y", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[![Bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://bandit.readthedocs.io/en/latest/) | ||
[![codecov](https://codecov.io/gh/elixir-cloud-aai/tus-storagehandler/branch/main/graph/badge.svg)](https://codecov.io/gh/elixir-cloud-aai/tus-storagehandler) | ||
[![codecov](https://codecov.io/gh/elixir-cloud-aai/cloud-storage-handler/branch/main/graph/badge.svg)](https://codecov.io/gh/elixir-cloud-aai/cloud-storage-handler) | ||
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)][code-of-conduct] | ||
[![Documentation Status](https://readthedocs.org/projects/tus_storagehandler/badge/?version=latest)](https://tus_storagehandler.readthedocs.io/en/latest/?badge=latest) | ||
[![Documentation Status](https://readthedocs.org/projects/cloud-storage-handler/badge/?version=latest)](https://cloud-storage-handler.readthedocs.io/en/latest/?badge=latest) | ||
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE) | ||
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/) | ||
[![GitHub contributors](https://img.shields.io/github/contributors/elixir-cloud-aai/tus-storagehandler)](https://github.com/elixir-cloud-aai/tus-storagehandler/graphs/contributors) | ||
[![GitHub contributors](https://img.shields.io/github/contributors/elixir-cloud-aai/cloud-storage-handler)](https://github.com/elixir-cloud-aai/cloud-storage-handler/graphs/contributors) | ||
[![Ruff](https://img.shields.io/badge/linter%20&%20formatter-ruff-000000.svg)](https://docs.astral.sh/ruff/) | ||
[![Safety](https://img.shields.io/badge/security-safety-orange.svg)](https://safetycli.com/product/safety-cli) | ||
|
||
# tus-storagehandler | ||
# Cloud Storage Handler | ||
|
||
File handler utilizing TUS and MinIO with DRS-Filer integration. | ||
|
||
|
@@ -54,15 +54,15 @@ minio server /data --console-address ":9001" | |
To get started, first, clone the repository using the following command: | ||
|
||
```sh | ||
git clone https://github.com/elixir-cloud-aai/tus-storagehandler.git | ||
git clone https://github.com/elixir-cloud-aai/cloud-storage-handler.git | ||
``` | ||
|
||
1. **Navigate to the package folder** | ||
|
||
Navigate to the folder `tus_storagehandler`: | ||
Navigate to the folder `cloud-storage-handler`: | ||
|
||
```sh | ||
cd tus_storagehandler | ||
cd cloud-storage-handler | ||
``` | ||
|
||
1. **Install Poetry** | ||
|
@@ -185,8 +185,11 @@ make u | |
<!-- markdownlint-disable line-length --> | ||
| **Environment Variable** | **Description** | **Usage** | **Error Handling** | | ||
|--|--|--|--| | ||
| `CSH_FOCA_CONFIG_PATH` | Specifies the path to the configuration file for the FOCA app. | The FOCA app uses this environment variable to locate the configuration file. If not set, it defaults to `dev`. | If the configuration file is not found at the specified or default path, a `FileNotFoundError` will be raised. | | ||
|--|--|--|--| | `CSH_FOCA_CONFIG_PATH` | Specifies the path to the configuration | ||
file for the FOCA app. | The FOCA app uses this environment variable to locate | ||
the configuration file. If not set, it defaults to `dev`. | If the configuration | ||
file is not found at the specified or default path, a `FileNotFoundError` will | ||
be raised. | | ||
<!-- markdownlint-enable line-length --> | ||
|
@@ -242,7 +245,7 @@ To get in touch with us, please use one of the following routes: | |
[elixir-compute]: https://elixir-europe.org/platforms/compute | ||
[email]: mailto:[email protected] | ||
[ga4gh]: https://ga4gh.org/ | ||
[issue-tracker]: https://github.com/elixir-cloud-aai/tus-storagehandler/issues | ||
[issue-tracker]: https://github.com/elixir-cloud-aai/cloud-storage-handler/issues | ||
[license]: LICENSE | ||
[logo-elixir]: images/logo-elixir.svg | ||
[logo-elixir-cloud-aai]: images/logo-elixir-cloud-aai.svg | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...andler/api/elixircloud/csh/controllers.py → ...andler/api/elixircloud/csh/controllers.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
docs/source/pages/cloud_storage_handler.api.elixircloud.csh.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
cloud\_storage\_handler.api.elixircloud.csh package | ||
=================================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
cloud\_storage\_handler.api.elixircloud.csh.controllers module | ||
-------------------------------------------------------------- | ||
|
||
.. automodule:: cloud_storage_handler.api.elixircloud.csh.controllers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cloud_storage_handler.api.elixircloud.csh | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
18 changes: 18 additions & 0 deletions
18
docs/source/pages/cloud_storage_handler.api.elixircloud.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
cloud\_storage\_handler.api.elixircloud package | ||
=============================================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
cloud_storage_handler.api.elixircloud.csh | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cloud_storage_handler.api.elixircloud | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
cloud\_storage\_handler.api package | ||
=================================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
cloud_storage_handler.api.elixircloud | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cloud_storage_handler.api | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
cloud\_storage\_handler package | ||
=============================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
cloud_storage_handler.api | ||
|
||
Submodules | ||
---------- | ||
|
||
cloud\_storage\_handler.exceptions module | ||
----------------------------------------- | ||
|
||
.. automodule:: cloud_storage_handler.exceptions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
cloud\_storage\_handler.main module | ||
----------------------------------- | ||
|
||
.. automodule:: cloud_storage_handler.main | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: cloud_storage_handler | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
tus_storagehandler | ||
================== | ||
cloud_storage_handler | ||
===================== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
tus_storagehandler | ||
cloud_storage_handler |
21 changes: 0 additions & 21 deletions
21
docs/source/pages/tus_storagehandler.api.elixircloud.csh.rst
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.