Skip to content

Commit

Permalink
improve importFromUploadURLs docs (#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Feb 22, 2023
1 parent 8673335 commit 96b8440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/transloadit.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ uppy.use(Transloadit, {
})
```

For this to work, the upload plugin must assign a publically accessible `uploadURL` property to the uploaded file object. The Tus and S3 plugins both do this automatically. For the XHRUpload plugin, you may have to specify a custom `getResponseData` function.
For this to work, the upload plugin must assign a publically accessible `uploadURL` property to the uploaded file object. The Tus and S3 plugins both do this automatically, however you must configure your S3 bucket to have publically readable objects. For the XHRUpload plugin, you may have to specify a custom `getResponseData` function.

### `alwaysRunAssembly`

Expand Down

0 comments on commit 96b8440

Please sign in to comment.