Skip to content

Commit

Permalink
[BREAK] Remove deprecated file upload engine Slingshot (#13724)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok authored and sampaiodiego committed Mar 15, 2019
1 parent e4bb492 commit 7822dac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 151 deletions.
33 changes: 0 additions & 33 deletions app/file-upload/globalFileRestrictions.js

This file was deleted.

117 changes: 0 additions & 117 deletions app/file-upload/server/config/Slingshot_DEPRECATED.js

This file was deleted.

1 change: 0 additions & 1 deletion app/file-upload/server/config/_configUploadStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import './FileSystem.js';
import './GoogleStorage.js';
import './GridFS.js';
import './Webdav.js';
import './Slingshot_DEPRECATED.js';

const configStore = _.debounce(() => {
const store = settings.get('FileUpload_Storage_Type');
Expand Down

0 comments on commit 7822dac

Please sign in to comment.