concurrency does not exist in type 'UploadInput'
See original GitHub issueWhen trying to set concurrency
on the event, I get this error:
concurrency does not exist in type ‘UploadInput’
When looking on the source code I noticed it isn’t there, but it does appear on the doc on the readme file.
Does this option still existis?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
s3manager - Amazon Web Services - Go SDK
UploadInput provides the input parameters for uploading a stream or buffer to an object in an Amazon S3 bucket. This type is similar...
Read more >s3manager - Go Packages
Package s3manager provides utilities to upload and download objects from S3 concurrently.
Read more >Amazon S3 Utilities | AWS SDK for Go V2
The Concurrency value limits the concurrent number of part uploads that can occur for a given Upload call. This is not a global...
Read more >ngx-uploader/README.md - UNPKG
With version 4.2.1 we've introduced restrictions for Content-Types. 147, To not break the behaviour of previous releases, there are no restrictions by default ......
Read more >ngx-uploader - npm
With version 4.2.1 we've introduced restrictions for Content-Types. To not break the behaviour of previous releases, there are no ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
sorry, I need to update readme file, yes. did that concurrency thing working last weekend but forgot to update readme 😦. thanks for notice
checked readme.