Upload started ...Server error AccessDenied

Amazon S3 upload add-on.
Post Reply
dlcervan
Posts: 2
Joined: Tue Feb 28, 2012 2:45 pm

Upload started ...Server error AccessDenied

Post by dlcervan »

We've recently updated to version 2.9 of JS3Upload and we're noticing that when we attempt to upload a file that requires chunking, we received the error 'Upload started ...Server error AccessDenied '. Also to note, we aren't seeing this issue in v2.3. Below is what we're seeing:

Splitting file : oceans3.mp4
in 4 chunk(s) up to 5,242,880 bytes
--------------------------------------------------
Creating chunk 1 ...chunk 1 created
Uploading : oceans3.mp4
(5,242,880 bytes)
Upload started ...Server error AccessDenied

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Upload started ...Server error AccessDenied

Post by support »

Anonymous multipart upload is not allowed by AmazonS3. Here is the error message:
"Anonymous users cannot initiate multipart uploads. Please authenticate."

Post Reply