Unable to copy paste the files in locally mounted drive From rClone

  1. What is the problem you are facing - We are not able to copy and paste the file in the s3 local mounted drives. We are using rclone setup from local and the storage we have s3. If I have copied files to s3 it will not show to other colleagues in the s3 server.

  2. What is the Rclone version you are using? - Rclone version - 1.0.8571.20617

  3. No we are not using the latest version.

  4. Which cloud storage system are you using? We are using the s3 cloud object storage

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

The rclone config contents with secrets removed.

[ena-a8709-dev-dfin-dom-hml]
type = s3
provider = Other
env_auth = true
v2_auth = true
region = us-east-1
upload_cutoff = 5G
chunk_size = 100M
endpoint = https://objs3parlow02.fr.world.socgen:443
disable_checksum = true
profile = RRAJU112822 - Rajesh Raju - GSCI/CEN/CFT/SCR

A log from the command with the -vv flag

2023/03/20 08:49:11 ERROR : /: Dir.Stat error: RequestError: send request failed
caused by: Get "https://objs3parlow02.fr.world.socgen:443/ena-a8709-dev-dfin-dom-hml?delimiter=%2F&max-keys=1000&prefix=": dial tcp: lookup objs3parlow02.fr.world.socgen: no such host
2023/03/20 08:49:11 ERROR : IO error: RequestError: send request failed
caused by: Get "https://objs3parlow02.fr.world.socgen:443/ena-a8709-dev-dfin-dom-hml?delimiter=%2F&max-keys=1000&prefix=": dial tcp: lookup objs3parlow02.fr.world.socgen: no such host
2023/03/20 08:49:55 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/03/20 08:50:55 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/03/20 08:51:55 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/03/20 08:52:55 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/03/20 08:53:55 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0

Before we move to anything rclone related can you make sure that this address is reachable?

https://objs3parlow02.fr.world.socgen:443

as your error message is very clear:

Yes it is reachable and it is a open network.

can you run:

ping objs3parlow02.fr.world.socgen

welcome to the forum,

https://objs3parlow02.fr.world.socgen:443, is that a valid domain name?
perhaps need to add .com?

1.0.8571.20617, that is from the year 2005?
if correct, then should update and test again.

what happens if you copy a file using rclone copy, not rclone mount

what happens if you copy a flie using using aws cli and other such tools?

what is the server software, minio or what?

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