Can't seem to upload folder to DO Spaces

Can’t seem to upload folders to DO Spaces. Have followed instructions from various sites and here’s the verbose output given:

2018/09/17 09:03:35 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2018/09/17 09:03:36 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2018/09/17 09:03:36 DEBUG : HTTP RESPONSE (req 0xc002720b00)
2018/09/17 09:03:36 DEBUG : HTTP/1.1 400 Bad Request
Content-Length: 144
Content-Type: text/plain; charset=utf-8
Date: Mon, 17 Sep 2018 01:03:36 GMT

<Error><Code>InvalidRequest</Code><Message>Malformed request</Message><Resource>Zcoin</Resource><RequestId>NotYetImplemented</RequestId></Error>
2018/09/17 09:03:36 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2018/09/17 09:03:36 ERROR : doc/build-unix.md: Failed to copy: InvalidRequest: Malformed request
	status code: 400, request id: , host id:
2018/09/17 09:03:36 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2018/09/17 09:03:36 DEBUG : HTTP REQUEST (req 0xc00061c900)
2018/09/17 09:03:36 DEBUG : HEAD /Zcoin HTTP/1.1
Host: sgp1.digitaloceanspaces.com
User-Agent: rclone/v1.43.1
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20180917T010336Z

2018/09/17 09:03:36 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2018/09/17 09:03:36 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2018/09/17 09:03:36 DEBUG : HTTP RESPONSE (req 0xc00061c900)
2018/09/17 09:03:36 DEBUG : HTTP/1.1 404 Not Found
Content-Length: 211
Accept-Ranges: bytes
Content-Type: application/xml
Date: Mon, 17 Sep 2018 01:03:36 GMT
Strict-Transport-Security: max-age=15552000; includeSubDomains; preload
X-Amz-Request-Id: tx00000000000000bf64c18-005b9efd68-1e4a1c-sgp1a

2018/09/17 09:03:36 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2018/09/17 09:03:36 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2018/09/17 09:03:36 DEBUG : HTTP REQUEST (req 0xc00061cc00)
2018/09/17 09:03:36 DEBUG : PUT /Zcoin HTTP/1.1
Host: sgp1.digitaloceanspaces.com
User-Agent: rclone/v1.43.1
Content-Length: 0
Authorization: XXXX
X-Amz-Acl: private
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20180917T010336Z
Accept-Encoding: gzip

2018/09/17 09:03:36 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

A more friendly result without verbosity would result in this:
2018/09/17 09:06:38 ERROR : .DS_Store: Failed to copy: InvalidRequest: Malformed request
status code: 400, request id: , host id:
2018/09/17 09:06:39 ERROR : .lock: Failed to copy: InvalidRequest: Malformed request
status code: 400, request id: , host id:
2018/09/17 09:06:40 ERROR : COPYING.txt: Failed to copy: InvalidRequest: Malformed request
status code: 400, request id: , host id:
2018/09/17 09:06:41 ERROR : masternode.debug.zip: Failed to copy: InvalidRequest: Malformed request
status code: 400, request id: , host id:

And here’s my config

[nixholas-spaces-1]
type = s3
provider = DigitalOcean
env_auth = false
access_key_id = xxxx
secret_access_key = xxxxx
endpoint = xxx.digitaloceanspaces.com
acl = private

What does your command line look like?

Have you tried 1.43.1 or the latest beta?

The command line should look like

rclone copy folder nixholas-spaces-1:bucket

You must include the bucket name and you’ll need to make one up to be unique.

Yup it is unique! Haven’t tried those versions tho (I’m currently on 1.43.1 since I started using rclone)

rclone copy /Volumes/RedOne/NodeData/Zcoin nixholas-spaces-1:Zcoin -vv --dump-bodies --retries 1

I would rotate about the commands, sometimes I use the one above sometimes I try with this:

rclone copy /Volumes/RedOne/NodeData/Zcoin nixholas-spaces-1:Zcoin

Hmm, can you attach the complete log with --dump-bodies (or stick it on pastebin). XXX out anything you want to keep confidential. Hopefully that will shed some more light.

Thanks!