Class AttachmentFileStoreFactory

java.lang.Object
com.atlassian.confluence.impl.pages.attachments.filesystem.AttachmentFileStoreFactory

public class AttachmentFileStoreFactory extends Object
Factory for creating AttachmentDataFileSystem instances. If there are S3 properties set, then an ObjectStorageAttachmentDataFileSystem will be returned. Otherwise, it returns an instance of ContentDirectoryStructureAttachmentDataFileSystemAdapter.