Explorar o código

improve `importFromUploadURLs` docs (#4323)

Mikael Finstad %!s(int64=2) %!d(string=hai) anos
pai
achega
96b84405f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      website/src/docs/transloadit.md

+ 1 - 1
website/src/docs/transloadit.md

@@ -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`