-
I know this is a long shot, but are there plans to say disable multipart uploading similar to what [s3fs has](https://github.com/s3fs-fuse/s3fs-fuse/blob/9ab5a2ea73eb890f7d0944430fd28caed77cf4ee/doc/m…
-
## Describe the bug
When you use S3ng as storage driver and things go bad, you may have a lot of unfinished multipart-uploads, that can cost money
## Steps to reproduce
Steps to reproduce th…
-
Atomic writes are not possible currently due to this missing put request with a header.
AWS has native support for this now. MinIO, Cloudflare R2 and other S3 APIs also have this, and we can support…
-
### Steps to reproduce the problem
S3_FORCE_SINGLE_REQUEST=true is required for wasabi.. but I do see a lot of these in web/puma logs
`Aws::S3::MultipartUploadError (multipart upload failed: Net…
-
The current implementation of the Curl class does not correctly handle form data (-F flag) in cURL commands. Specifically, multipart form data is not being parsed or included in the resulting Curl obj…
-
When trying for example send a text file using curl
$ curl -F filedate=@something.log http://localhost:8080
You can see that there is still header info in the actual data, this needs to be stripp…
-
**Describe the bug**
When attempting a create-multipart-upload operation direct-to-s3 with an invalid query key (e.g. "upload", rather than "uploads"), an error similar to the following, with a respo…
lrm25 updated
1 month ago
-
#### The associated forum post URL from `https://forum.rclone.org`
sorry, none
#### What is the problem you are having with rclone?
Doing a rclone copy is ignoring --s3-upload-cutoff 5G, stil…
-
Sending request to chisel endpoint with example python script:
![image](https://user-images.githubusercontent.com/4569866/188310072-88f29c1a-a4c9-4776-8f3c-bac2b43d5995.png)
Ideally, there would…
-
Is posible to create a multipart request with this library?
Thanks!