-
## Goal
Support multipart uploads support in proxy artifact mode to upload large files faster.
## Storage to support
- S3
- Google cloud storage
- Azure blob storage
- Azure Data Lake Stor…
-
### Self Checks
- [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
- [X] I confirm that I am using English to su…
-
If a multipart upload fails (e.g., due to lacking the `s3:ListBucketMultipartUploads` permission), `s3put` still exits successfully. It shows errors like:
```
Failed uploading part #3
Failed uploadin…
-
Creation of UploadId:
```
INFO ch.cyberduck.transcript.request - PUT /~%24Name.pptx?uploadId=2~QJnUL26aj5d-WWsEENMv3_uiNUG5EnC&partNumber=2 HTTP/1.1
INFO ch.cyberduck.transcript.request - Content…
-
**Describe the bug**
`required: false` is ignored for form-data file uploads.
**Fern Definition To Reproduce**
```
requestBody:
content:
multipart/form-data:
schema:
…
-
Currently, if a B2 API returns a HTTP error status code that indicates a transient error, such as `429` or `503`, there is no limit to the number of retries that will be attempted. The app calling the…
-
I am making a POST request using needle to upload a file to our API, I'm also including metadata with that file in the body of the request.
I've noticed that I can upload date objects using needle …
-
## Scenario 1:
```
`aws s3 sync s3://files/ s3://files-backup --recursive --profile `
```
- sync files between two buckets under the same account and the same region, some files' metadata lost with k…
-
When uploading multipart files `serve s3` holds all the parts in memory. This is a documented limitaton of the library rclone uses for serving S3.
#### How to use GitHub
* Please use the 👍 [reac…
-
As a developer of a web service, I would like to be able to retrieve multipart content so that I can handle it in my application.
**Acceptance criteria**
- Content can either be handled through …