Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Remove header
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jul 9, 2019
1 parent 8e451ae commit 9fff02a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/upload/adapters/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function uploadToS3(id, url, file) {
};

xhr.open('PUT', url);
xhr.setRequestHeader('x-amz-acl', 'public-read');
xhr.send(file);
});
}
Expand Down

0 comments on commit 9fff02a

Please sign in to comment.