Explorar o código

add Uppy 1.10.1 Facebook and OneDrive post draft

Artur Paikin %!s(int64=5) %!d(string=hai) anos
pai
achega
f614aee76a

+ 38 - 0
website/src/_posts/2020-03-1.10.md

@@ -0,0 +1,38 @@
+---
+title: "Uppy 1.10.1: Facebook and OneDrive"
+date: 2020-03-28
+author: ife
+published: false
+---
+
+Uppy `1.10.1` adds long-awaited support for Facebook and OneDrive. Try it out: https://uppy.io/examples/dashboard.
+
+![Screenshot showing Uppy file uploader with Facebook and OneDrive options](/images/blog/1.10/uppy-facebook-onedrive.png)
+
+```js
+const uppy = Uppy()
+uppy.use(Dashboard)
+uppy.use(Facebook, { target: Dashboard, companionUrl: 'https://companion.uppy.io/'})
+uppy.use(OneDrive, { target: Dashboard, companionUrl: 'https://companion.uppy.io/'})
+```
+
+OneDrive:
+
+![Screenshot showing Uppy file uploader with OneDrive file list](/images/blog/1.10/uppy-onedrive.png)
+
+Facebook:
+
+![Screenshot showing Uppy file uploader with Facebook file list](/images/blog/1.10/uppy-facebook.png)
+
+<!--more-->
+
+## Misc
+
+- @uppy/companion: pass `endpoint` and `region` to AWS SDK constructor (#2113 / @goto-bus-stop)
+- @uppy/companion: Allow S3 ACL to be specified in Companion Standalone (#2111 / @jasonbosco)
+- @uppy/companion: return 401 early if token is not set (#2118 / @ifedapoolarewaju)
+- @uppy/companion: allow providing any S3 option, closes #1388 (#2030 / @goto-bus-stop)
+- @uppy/companion:: don’t log redundant errors in production (#2112 / @ifedapoolarewaju)
+- docs: Add S3 ACL option to companion docs (#2109 / @jasonbosco)
+
+As always, you can find the full list of changes and package versions, as well as future plans, in our [changelog](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md).

BIN=BIN
website/src/images/blog/1.10/uppy-facebook-onedrive.png


BIN=BIN
website/src/images/blog/1.10/uppy-facebook.png


BIN=BIN
website/src/images/blog/1.10/uppy-onedrive.png