Rclone can not initiate multipart uploading

Hello

We are trying to upload files that is larger than 5 gb into Oracle Object Storage with AlwaysUp. There is no problem copying file lesser than 5 gb. But when we try to upload files larger than 5 gb, multipart upload can not be initiated log appears in logs and fail to upload files into the object storage. We have tried some configs like upload cutoff, chunk size etc. still it was not unable to initiate the mutlpart uploading.

Best thing is to use the template and fill that out and we can see what's going on as that has all the information.

What is your rclone version (output from rclone version )

v1.52.2

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Windows 10 64 bits

Which cloud storage system are you using? (eg Google Drive)

Oracle Cloud Infrastructure Object Storage

The command you were trying to run (eg rclone copy /tmp remote:tmp )

sync C:\Users\XXX\yyy\zzz www:/tt

The rclone config contents with secrets removed.

type = s3
provider = Other
env_auth = false
endpoint = not to want paste it
acl = private
upload-cutoff = 5G
chunk-size = 20M

A log from the command with the -vv flag

Blabla.zip: Failed to copy: multipart upload failed to initialise: NotFound: Not Found

Can you upload a single file with multipart upload like this

rclone copyto -vv --dump responses /path/to/largefile  www:/tt/largefile --retries 1 --low-level-retries 1

And post the result please?

it did not work here is the input. By the way i am using AlwayUp.

2020/07/27 11:25:23 DEBUG : rclone: Version "v1.52.2" starting with parameters ["C:\Users\BlaBla\Desktop\rclone-v1.52.2-windows-amd64\rclone.exe" "copy" "to" "-vv" "dump" "responses" "C:\Users\BlaBla\Desktop\DENEME" "BabaZula:/tl" "--retries" "1" "--low-level-retries" "1"]
Usage:
rclone copy source:path dest:path [flags]

Flags:
--create-empty-src-dirs Create empty source dirs on destination after copy
-h, --help help for copy

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
Command copy needs 2 arguments maximum: you provided 5 non flag arguments: ["to" "dump" "responses" "C:\Users\BlaBla\Desktop\DENEME" "Babazula:/tl"]
Error: unknown command "rclone" for "rclone"
Run 'rclone --help' for usage.

copyto is all one word

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.