Nick Craig-Wood
Nick Craig-Wood
> It’s outstanding what [@henrybear327](https://github.com/henrybear327) has done to make this remote work, but I think he is currently overwhelmed with other projects. A PR ([#8344](https://github.com/rclone/rclone/pull/8344)) to bump the Proton-API-Bridge version...
Can you try [the latest beta](https://beta.rclone.org/) please? We upgraded to the AWS SDK v2 so there is a reasonable chance that this is already fixed as AWS tried to tidy...
Note also that `--s3-upload-cutoff` can be overridden by --multi-thread-cutoff SizeSuffix Use multi-thread downloads for files above this size (default 256Mi) This usage of rclone is a bit awkward due to...
I just tried this with AWS S3 First upload a file using multipart upload. You can see from the debug that it gets uploaded as a multipart upload. ``` rclone...
I had a good search through the CEPH bug tracker and I couldn't find any relevant bugs. I searched the source code too and couldn't definitively see tagging was or...
Thanks for that. I looked through that and compared it with the AWS one and it is essentially the same. They both supply the `X-Amz-Tagging` header on the start of...
Thanks @darthShadow for the research. @edek437 it looks like this is almost certainly a CEPH bug. We could potentially make a work around in rclone by using the [PutObjectTagging](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html) API...
> regarding WAs: what is, in your opinion, rclone release version where one of WAs can be delivered? We are just about to release 1.68 so it wouldn't be until...
I'd like to support this. Does anyone want to have a go at it?
@buq96 wrote: > > I'd like to support this. Does anyone want to have a go at it? > > I want to try. That would be great! We already...