Class DefaultStreamAttachmentStore

java.lang.Object
com.atlassian.jira.issue.attachment.DefaultStreamAttachmentStore
All Implemented Interfaces:
StreamAttachmentStore

@ParametersAreNonnullByDefault public class DefaultStreamAttachmentStore extends Object implements StreamAttachmentStore
Default implementation of the StreamAttachmentStore interface, the intention behind this class is that it will work with any FileStore implementation, so do not add filesystem specific code. There are some FS-specific code paths that will be removed when S3 support is added for Jira 10.
Since:
v9.7