Skip to content

Commit

Permalink
Make a3m transfers configurable
Browse files Browse the repository at this point in the history
Change hardcoded enduro string to config
Add default name
Add configuration settings to toml
The toml settings are an example to try out
Set viper defaults
Change transferservicev1beta to transferservice.
Remove name configurablility and replace with constant.
Set a default struct in a3m package
  • Loading branch information
Diogenesoftoronto committed Aug 10, 2023
1 parent 087c6f1 commit 29694ca
Show file tree
Hide file tree
Showing 5 changed files with 3,226 additions and 31 deletions.
17 changes: 17 additions & 0 deletions enduro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,23 @@ bucket = "aips"
address = "127.0.0.1:7000"
shareDir = "/home/a3m/.local/share/a3m/share"

[a3m.processing]
AssignUuidsToDirectories = true
ExamineContents = true
GenerateTransferStructureReport = true
DocumentEmptyDirectories = true
ExtractPackages = true
DeletePackagesAfterExtraction = true
IdentifyTransfer = true
IdentifySubmissionAndMetadata = true
IdentifyBeforeNormalization = true
Normalize = true
TranscribeFiles = true
PerformPolicyChecksOnOriginals = true
PerformPolicyChecksOnPreservationDerivatives = true
AipCompressionLevel = 1
AipCompressionAlgorithm = 6

[upload]
endpoint = "http://minio.enduro-sdps:9000"
pathStyle = true
Expand Down
Loading

0 comments on commit 29694ca

Please sign in to comment.