generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/1442 move duplicate s3 logic to client libs (#1684)
* 1442 refactor file type validation * 1442 refactor file type validation * 1442 fix S3FileTransferRepositoryTest * 1442 return of extensions without dot, fix unittests * 1442 config document-storage-url * 1442 adjust properties for S3 client configuration * 1442 domain specific s3 storage can be used in dms integration service * 1442 fix task service itests * 1442 fix s3 adapter test for ticket integration * 1442 S3 domain specific url for dms; refactoring engine + tasklist * 1442 refactor properties, beautifications * remove temporary example * 1442 fix s3 security configuration * 1442 remove redundant import * #1442: fix ticket integration
- Loading branch information
1 parent
bdbb10c
commit a97a066
Showing
85 changed files
with
1,252 additions
and
1,069 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
digiwf-apps/packages/components/digiwf-date-input/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -36,6 +36,7 @@ public class ProcessConfig { | |
* Example: "[email protected],[email protected]" | ||
*/ | ||
public static final String INCIDENT_NOTIFICATION_ADDRESSES = "app_incident_notification_addresses"; | ||
public static final String APP_FILE_S3_SYNC_CONFIG = "app_file_s3_sync_config"; | ||
|
||
/** | ||
* key of the process config. | ||
|
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
Oops, something went wrong.