Skip to content

Commit

Permalink
OAP-000 FileSystem: rm getPublicURI
Browse files Browse the repository at this point in the history
  • Loading branch information
galaxina committed Dec 5, 2024
1 parent 9cfc518 commit 328692f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import oap.io.Resources;
import oap.util.Maps;
import org.apache.commons.io.FilenameUtils;
import org.apache.commons.lang3.NotImplementedException;
import org.joda.time.DateTime;

import javax.annotation.Nullable;
Expand Down Expand Up @@ -104,10 +103,6 @@ public void upload( CloudURI destination, BlobData blobData ) throws CloudExcept
getCloudApi( destination ).upload( destination, blobData );
}

public URI getPublicURI( CloudURI cloudURI ) throws CloudException {
throw new NotImplementedException();
}

public void copy( CloudURI source, CloudURI destination, Map<String, String> tags ) {
log.debug( "copy {} to {} (tags {})", source, destination, tags );

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</distributionManagement>

<properties>
<oap.project.version>22.6.5</oap.project.version>
<oap.project.version>22.6.6</oap.project.version>

<oap.deps.config.version>21.0.0</oap.deps.config.version>
<oap.deps.oap-teamcity.version>21.0.1</oap.deps.oap-teamcity.version>
Expand Down

0 comments on commit 328692f

Please sign in to comment.