What is the problem you are having with rclone?
rclone touch
always does a HEAD of the object even when using --no-check-dest and --s3-no-head.
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.1
- os/version: darwin 14.3.1 (64 bit)
- os/kernel: 23.3.0 (x86_64)
- os/type: darwin
- os/arch: amd64
- go/version: go1.21.5
- go/linking: dynamic
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
AWS S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone -vv --dump=headers touch --no-check-dest --s3-no-check-bucket --s3-no-head --http-no-head s3:mahbucke/why
The rclone config contents with secrets removed.
[s3]
type = s3
access_key_id = X
secret_access_key = y
# Adding :443 used to break V4 sig with AWS but now rclone seems to drop the port in Host if it's default.
#endpoint = http://s3.amazonaws.com
part_size = 5000000
A log from the command with the -vv
flag
[corrected]
2024/02/29 15:41:46 DEBUG : rclone: Version "v1.65.1" starting with parameters ["rclone" "-vv" "--dump=headers" "touch" "--no-check-dest" "--s3-no-check-bucket" "--s3-no-head" "--http-no-head" "s3:mahbucke/why"]
2024/02/29 15:41:46 DEBUG : Creating backend with remote "s3:mahbucke/"
2024/02/29 15:41:46 DEBUG : Using config file from "/Users/jafshar/.rclone.conf"
2024/02/29 15:41:46 DEBUG : s3: detected overridden config - adding "{Xcof1}" suffix to name
2024/02/29 15:41:46 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2024/02/29 15:41:46 NOTICE: s3: s3 provider "" not known - please set correctly
2024/02/29 15:41:46 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2024/02/29 15:41:46 DEBUG : fs cache: renaming cache item "s3:mahbucke/" to be canonical "s3{Xcof1}:mahbucke"
2024/02/29 15:41:46 DEBUG : Touch time 2024-02-29 15:41:46.463672 -0600 CST m=+0.235979986
2024/02/29 15:41:46 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/02/29 15:41:46 DEBUG : HTTP REQUEST (req 0xc000730400)
2024/02/29 15:41:46 DEBUG : HEAD /mahbucke/why HTTP/1.1
Host: s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.65.1
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20240229T214146Z
2024/02/29 15:41:46 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/02/29 15:41:46 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/02/29 15:41:46 DEBUG : HTTP RESPONSE (req 0xc000730400)
2024/02/29 15:41:46 DEBUG : HTTP/1.1 404 Not Found
Connection: close
Content-Type: application/xml
Date: Thu, 29 Feb 2024 21:41:46 GMT
Server: AmazonS3
X-Amz-Id-2: Yj4P2Hn44teQ+UTtutVCVqj5YmQ0Ope5Z4QM2sFQsI7ll6puwdB6K6c+LVclPFQqluDZ+Y/+IE4=
X-Amz-Request-Id: T66W37CE6MKGKM9F
2024/02/29 15:41:46 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/02/29 15:41:46 DEBUG : S3 bucket mahbucke: Touching (creating) "why"
2024/02/29 15:41:46 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/02/29 15:41:46 DEBUG : HTTP REQUEST (req 0xc000a22300)
2024/02/29 15:41:46 DEBUG : PUT /mahbucke/why HTTP/1.1
Host: s3.us-east-1.amazonaws.com
User-Agent: rclone/v1.65.1
Content-Length: 0
Authorization: XXXX
Content-Md5: 1B2M2Y8AsgTpgAmY7PhCfg==
Content-Type: application/octet-stream
X-Amz-Content-Sha256: UNSIGNED-PAYLOAD
X-Amz-Date: 20240229T214146Z
X-Amz-Meta-Mtime: 1709242906.463672
Accept-Encoding: gzip
2024/02/29 15:41:46 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/02/29 15:41:46 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/02/29 15:41:46 DEBUG : HTTP RESPONSE (req 0xc000a22300)
2024/02/29 15:41:46 DEBUG : HTTP/1.1 200 OK
Content-Length: 0
Date: Thu, 29 Feb 2024 21:41:47 GMT
Etag: "d41d8cd98f00b204e9800998ecf8427e"
Server: AmazonS3
X-Amz-Id-2: 83vfsNuA7llSWiWqIgdnoKSqkR1v4BLaR4ghMn1XA4go8JdhFAytMhLZPAD+X9HrzOiz268Sg8g=
X-Amz-Request-Id: T66WR0R3KYD4M20J
X-Amz-Server-Side-Encryption: AES256
X-Amz-Version-Id: 539XtfAmDDYq6ESubNknFqvOrfM7t7fF
2024/02/29 15:41:46 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2024/02/29 15:41:46 DEBUG : 7 go routines active