You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: foundation/foundation-core-java/src/main/java/com/boozallen/aissemble/core/filestore/AbstractFileStore.java
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,13 @@ public AbstractFileStore(final String name) {
Copy file name to clipboardExpand all lines: foundation/foundation-core-java/src/main/java/com/boozallen/aissemble/core/filestore/EnvironmentVariableFileStoreConfig.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ public EnvironmentVariableFileStoreConfig(final String name) {
28
28
29
29
/**
30
30
* Get the configurations for the given filestore name.
31
+
*
31
32
* @param name the name of the filestore
32
33
* @return the configurations from the environment variables.
33
34
*/
@@ -58,11 +59,12 @@ public String getSecretAccessKey() {
58
59
publicPropertiesgetOverrides() {
59
60
// Convert namespaced override values to property names understood by JClouds
0 commit comments