Skip to content

Commit

Permalink
Undo local dev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Nov 11, 2024
1 parent 3b06078 commit caaec02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ COMPANION_ONEDRIVE_SECRET=****
VITE_UPLOADER=tus
# VITE_UPLOADER=s3
# VITE_UPLOADER=s3-multipart
# VITE_UPLOADER=s3-non-multipart
# xhr will use protocol 'multipart' in companion, if used with a remote service, e.g. google drive.
# If local upload will use browser XHR
# VITE_UPLOADER=xhr
Expand Down
5 changes: 0 additions & 5 deletions private/dev/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,6 @@ export default () => {
uppyDashboard.use(Tus, { endpoint: TUS_ENDPOINT, limit: 6 })
break
case 's3':
uppyDashboard.use(AwsS3, {
endpoint: COMPANION_URL,
})
break
case 's3-non-multipart':
uppyDashboard.use(AwsS3, {
endpoint: COMPANION_URL,
shouldUseMultipart: false,
Expand Down

0 comments on commit caaec02

Please sign in to comment.