Skip to content

Commit 3c7b63e

Browse files
authored
Enhancement/storage refactoring step2 (ITISFoundation#3100)
1 parent 75ddf7e commit 3c7b63e

File tree

69 files changed

+1088
-989
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1088
-989
lines changed

api/specs/storage/openapi.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -814,40 +814,20 @@ components:
814814
type: string
815815
location_id:
816816
type: string
817-
location:
818-
type: string
819-
bucket_name:
820-
type: string
821-
object_name:
822-
type: string
823-
project_id:
824-
type: string
825817
project_name:
826818
type: string
827-
node_id:
828-
type: string
829819
node_name:
830820
type: string
831821
file_name:
832822
type: string
833-
user_id:
834-
type: string
835-
user_name:
836-
type: string
837823
file_id:
838824
type: string
839-
raw_file_path:
840-
type: string
841-
display_file_path:
842-
type: string
843825
created_at:
844826
type: string
845827
last_modified:
846828
type: string
847829
file_size:
848830
type: integer
849-
parent_id:
850-
type: string
851831
entity_tag:
852832
type: string
853833

api/specs/webserver/components/schemas/files.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,62 +17,32 @@ FileMetaData:
1717
type: string
1818
location_id:
1919
type: string
20-
location:
21-
type: string
22-
bucket_name:
23-
type: string
24-
object_name:
25-
type: string
26-
project_id:
27-
type: string
2820
project_name:
2921
type: string
30-
node_id:
31-
type: string
3222
node_name:
3323
type: string
3424
file_name:
3525
type: string
36-
user_id:
37-
type: string
38-
user_name:
39-
type: string
4026
file_id:
4127
type: string
42-
raw_file_path:
43-
type: string
44-
display_file_path:
45-
type: string
4628
created_at:
4729
type: string
4830
last_modified:
4931
type: string
5032
file_size:
5133
type: integer
52-
parent_id:
53-
type: string
5434
entity_tag:
5535
type: string
5636
example:
5737
file_uuid: "simcore-testing/105/1000/3"
5838
location_id: "0"
59-
location_name: "simcore.s3"
60-
bucket_name: "simcore-testing"
61-
object_name: "105/10000/3"
62-
project_id: "105"
6339
project_name: "futurology"
64-
node_id: "10000"
6540
node_name: "alpha"
6641
file_name: "example.txt"
67-
user_id: "12"
68-
user_name: "dennis"
6942
file_id: "N:package:e263da07-2d89-45a6-8b0f-61061b913873"
70-
raw_file_path: "Curation/derivatives/subjects/sourcedata/docs/samples/sam_1/sam_1.csv"
71-
display_file_path: "Curation/derivatives/subjects/sourcedata/docs/samples/sam_1/sam_1.csv"
7243
created_at: "2019-06-19T12:29:03.308611Z"
7344
last_modified: "2019-06-19T12:29:03.78852Z"
7445
file_size: 73
75-
parent_id: "N:collection:e263da07-2d89-45a6-8b0f-61061b913873"
7646
entity_tag: a87ff679a2f3e71d9181a67b7542122c
7747

7848
FileMetaDataArray:

0 commit comments

Comments
 (0)