File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
server/src/main/java/com/adobe/testing/s3mock Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2017-2024 Adobe.
2+ * Copyright 2017-2025 Adobe.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1616
1717package com .adobe .testing .s3mock .dto ;
1818
19- import static com .adobe .testing .s3mock .util .EtagUtil .normalizeEtag ;
20-
2119import com .adobe .testing .s3mock .store .S3ObjectMetadata ;
2220import com .fasterxml .jackson .annotation .JsonProperty ;
2321import com .fasterxml .jackson .annotation .JsonRootName ;
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2017-2024 Adobe.
2+ * Copyright 2017-2025 Adobe.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1717package com .adobe .testing .s3mock .dto ;
1818
1919import com .fasterxml .jackson .annotation .JsonProperty ;
20- import com .fasterxml .jackson .annotation .JsonRootName ;
2120import com .fasterxml .jackson .dataformat .xml .annotation .JacksonXmlElementWrapper ;
2221import java .util .List ;
2322
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2017-2024 Adobe.
2+ * Copyright 2017-2025 Adobe.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1717package com .adobe .testing .s3mock .store ;
1818
1919import static org .apache .commons .io .FileUtils .cleanDirectory ;
20- import static org .apache .commons .io .FileUtils .deleteDirectory ;
21- import static org .apache .commons .io .FileUtils .isSymlink ;
2220
2321import java .io .File ;
2422import org .springframework .beans .factory .DisposableBean ;
You can’t perform that action at this time.
0 commit comments