Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,10 @@ private JSONObject containterRemoveTagging(String account, String container,List
JSONObject jsonObject = new JSONObject(existingTags);
return jsonObject;
}

@Override
public boolean putObjectWithMetaData(String account, String container, String source, String process,
String objectName, InputStream data, Map<String, Object> metadata) {
throw new UnsupportedOperationException("temporary method is not supported");
}
}
Loading