File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
server/src/main/java/com/adobe/testing/s3mock Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 3535import org .springframework .web .bind .annotation .RestController ;
3636import org .springframework .web .bind .annotation .RestControllerAdvice ;
3737
38- /**
39- * File Store Application that mocks Amazon S3.
40- */
4138@ SpringBootApplication
4239@ ComponentScan (excludeFilters = {
4340 /*
@@ -62,10 +59,9 @@ public class S3MockApplication {
6259 public static final String DEFAULT_SERVER_SSL_KEY_PASSWORD = "password" ;
6360
6461 /**
65- * Property name for passing a comma separated list of buckets that are to be created at startup.
62+ * Property name for passing a comma- separated list of buckets that are to be created at startup.
6663 */
67- public static final String PROP_INITIAL_BUCKETS =
68- "com.adobe.testing.s3mock.domain.initialBuckets" ;
64+ public static final String PROP_INITIAL_BUCKETS = "com.adobe.testing.s3mock.domain.initialBuckets" ;
6965 private static final String LEGACY_PROP_INITIAL_BUCKETS = "initialBuckets" ;
7066
7167 /**
You can’t perform that action at this time.
0 commit comments