summaryrefslogtreecommitdiff
path: root/app/node_modules/okservices/oks3/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-14 14:17:00 -0400
committerJules Laplace <jules@okfoc.us>2016-04-14 14:17:00 -0400
commit5922279561c1998a3e158c26f951348f4c031928 (patch)
tree32954fd378a6436edd7a9c5bb24a5ed82a006411 /app/node_modules/okservices/oks3/index.js
parentfa343212514f1e6f975e5cf5957e440555afb815 (diff)
support adding custom services per-project
Diffstat (limited to 'app/node_modules/okservices/oks3/index.js')
-rw-r--r--app/node_modules/okservices/oks3/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/node_modules/okservices/oks3/index.js b/app/node_modules/okservices/oks3/index.js
index c636308..cc40b71 100644
--- a/app/node_modules/okservices/oks3/index.js
+++ b/app/node_modules/okservices/oks3/index.js
@@ -20,9 +20,6 @@ function OKS3(options) {
if (!options.s3.audio) options.s3.audio = {}
if (!options.s3.video) options.s3.video = {}
- // TODO: maxBytes property doesn't work - if you upload a large file,
- // it will just hang until you reload the browser, and then CRASH.
-
// Make sure maxbytes property is there - it can be a number,
// or zero/undefined (for no maximum upload size)
if (options.s3.maxbytes) {