Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with upstream #3

Open
wants to merge 83 commits into
base: master
Choose a base branch
from
Open

Conversation

FrikkieSnyman
Copy link

Asana Link

What type of PR is this?

  • Feature
  • Bug fix
  • Refactor
  • Experiment update

Description

Give a detailed explanation of what this PR does. Remember to provide context!

Screenshots

What GIF best describes this PR or how it makes you feel?

absoludity and others added 30 commits August 7, 2017 04:50
Enable 200 or 201 for signing success.
Add support to provide middle ware options to express router
Add Param getS3 to allow custom S3 configuration and mocks
Remove React and ReactDOM peer dependencies
Added a `inputRef` prop allowing to set `ref` on the actual input
This property stops files from being automatically uploaded paving way for manual uploads.
Included auto upload boolean property
This allows a user to specify the folder a file will be uploaded to, while the file itself can be prefixed with a unique identifier.
Move uniquePrefix to be AFTER the s3path
Sean Adkinson and others added 30 commits November 18, 2019 23:13
add missing methods and props to index.d.ts
Add Missing Props and Methods to index.d.ts
- Allow `signResult.headers` / `uploadRequestHeaders` to override `content-type` & `content-disposition`
- Allow `signResult.headers` to override `x-amz-acl`
- Allow `uploadRequestHeaders` to override `signResult.headers`
- Don't set `content-type` from `file.type` if `file.type` is not set

Previously if a header came from two places it would be given two values, which is almost never what was intended.
- fix: React was used but not imported
- fix: S3Upload extends onFinishS3Put rather than onFinish
- tweak: Add typescript & types/react dev dependencies
- tweak: Explicitly set "types" in package.json
inputRef should support React.createRef #176
Add missing S3Response import to type definition
TypeScript tweaks and fixes
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.4...4.17.20)

Signed-off-by: dependabot[bot] <[email protected]>
…odash-4.17.20

Bump lodash from 4.17.4 to 4.17.20
Update TS types to use S3Response type for getSignedUrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.