Skip to content

Commit 30f8a5e

Browse files
committed
Update requirements
1 parent bd60ef4 commit 30f8a5e

1 file changed

Lines changed: 120 additions & 0 deletions

File tree

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
2+
Requirements Summary
3+
====================
4+
5+
# default
6+
7+
## As a user, I want to use Cognito Single Sign On to authenticate to the DUM service ([#10](https://github.com/NASA-PDS/data-upload-manager/issues/10))
8+
9+
10+
This requirement is not impacted by the current version
11+
## Develop Ingress Client Logging Capabilities ([#21](https://github.com/NASA-PDS/data-upload-manager/issues/21))
12+
13+
14+
This requirement is not impacted by the current version
15+
## As a user, I want to parallelize upload of data products to PDC ([#24](https://github.com/NASA-PDS/data-upload-manager/issues/24))
16+
17+
18+
This requirement is not impacted by the current version
19+
## As Nucleus, I want to use a lock file to know when DUM is writing to a S3 bucket folder ([#28](https://github.com/NASA-PDS/data-upload-manager/issues/28))
20+
21+
22+
This requirement is not impacted by the current version
23+
## As a user, I want to upload only data products that have not been previously ingested ([#33](https://github.com/NASA-PDS/data-upload-manager/issues/33))
24+
25+
26+
This requirement is not impacted by the current version
27+
## As a user, I want to resume/rerun upload on a directory and only have the updates or missing files uploaded ([#34](https://github.com/NASA-PDS/data-upload-manager/issues/34))
28+
29+
30+
This requirement is not impacted by the current version
31+
## Add argument to client script to follow symlinks ([#44](https://github.com/NASA-PDS/data-upload-manager/issues/44))
32+
33+
34+
This requirement is not impacted by the current version
35+
## As a user, I want to include a MD5 checksum in the the user-defined object metadata being sent in the upload payload ([#50](https://github.com/NASA-PDS/data-upload-manager/issues/50))
36+
37+
38+
This requirement is not impacted by the current version
39+
## As a user, I want to be able to take no more than X seconds per product to upload to AWS ([#83](https://github.com/NASA-PDS/data-upload-manager/issues/83))
40+
41+
42+
This requirement is not impacted by the current version
43+
## As a user, I want to include the modification datetime in the the user-defined object metadata being sent in the upload payload ([#87](https://github.com/NASA-PDS/data-upload-manager/issues/87))
44+
45+
46+
This requirement is not impacted by the current version
47+
## As a user, I want to skip upload of files already in S3 (nucleus staging bucket) ([#92](https://github.com/NASA-PDS/data-upload-manager/issues/92))
48+
49+
50+
This requirement is not impacted by the current version
51+
## As a user, I want an end summary report in logs to show statistics of files uploaded ([#98](https://github.com/NASA-PDS/data-upload-manager/issues/98))
52+
53+
54+
This requirement is not impacted by the current version
55+
## As a user, I want to skip upload of files that are already in the archive bucket ([#99](https://github.com/NASA-PDS/data-upload-manager/issues/99))
56+
57+
58+
This requirement is not impacted by the current version
59+
## As a user, I want to force an upload of file that is already in the archive bucket ([#100](https://github.com/NASA-PDS/data-upload-manager/issues/100))
60+
61+
62+
This requirement is not impacted by the current version
63+
## As an admin, I want access to buckets to be restricted by subnet ([#102](https://github.com/NASA-PDS/data-upload-manager/issues/102))
64+
65+
66+
This requirement is not impacted by the current version
67+
## As a user, I want timestamps to the ongoing logs that are printed to stdout while running the job ([#118](https://github.com/NASA-PDS/data-upload-manager/issues/118))
68+
69+
70+
This requirement is not impacted by the current version
71+
## As a user, I want status summary reports during a long running execution (batching functionality) ([#119](https://github.com/NASA-PDS/data-upload-manager/issues/119))
72+
73+
74+
This requirement is not impacted by the current version
75+
## As a user, I want to monitor the progress of Data Upload Manager in a visual dashboard in AWS ([#129](https://github.com/NASA-PDS/data-upload-manager/issues/129))
76+
77+
78+
This requirement is not impacted by the current version
79+
## As a user, I want to upload files to S3 Glacier directly via DUM ([#205](https://github.com/NASA-PDS/data-upload-manager/issues/205))
80+
81+
82+
This requirement is not impacted by the current version
83+
## As a user, I can read rclone-generated checksums when checking for existing files in the staging bucket ([#209](https://github.com/NASA-PDS/data-upload-manager/issues/209))
84+
85+
86+
This requirement is not impacted by the current version
87+
## As a user, I want to support upload of files >5GB ([#221](https://github.com/NASA-PDS/data-upload-manager/issues/221))
88+
89+
90+
This requirement is not impacted by the current version
91+
## As a user, I want to load web logs to the web analytics bucket ([#232](https://github.com/NASA-PDS/data-upload-manager/issues/232))
92+
93+
94+
This requirement is not impacted by the current version
95+
## As a user, I want to verify data has been uploaded to S3 through the AWS Console ([#258](https://github.com/NASA-PDS/data-upload-manager/issues/258))
96+
97+
98+
This requirement is not impacted by the current version
99+
## As a user, I want to specify in include/exclude filters for the set of input file paths ([#262](https://github.com/NASA-PDS/data-upload-manager/issues/262))
100+
101+
102+
This requirement is not impacted by the current version
103+
## As a Node Operator, I want weblogs to be validated as gzipped prior to upload ([#330](https://github.com/NASA-PDS/data-upload-manager/issues/330))
104+
105+
106+
This requirement is not impacted by the current version
107+
## As a data provider, I want to skip following symlinks during ingress ([#340](https://github.com/NASA-PDS/data-upload-manager/issues/340))
108+
109+
110+
This requirement is not impacted by the current version
111+
# data-integrity
112+
113+
## As a user, I want to verify all my data has been uploaded to the cloud successfully ([#121](https://github.com/NASA-PDS/data-upload-manager/issues/121))
114+
115+
116+
This requirement is not impacted by the current version
117+
## As a user, I want to provide a checksum manifest as input to verify the checksums being generated by data upload manager ([#122](https://github.com/NASA-PDS/data-upload-manager/issues/122))
118+
119+
120+
This requirement is not impacted by the current version

0 commit comments

Comments
 (0)