DigitalOcean Spaces can't create a dir

What is the problem you are having with rclone?

Can't make directory

What is your rclone version (output from rclone version)

rclone v1.50.2

  • os/arch: linux/amd64
  • go version: go1.13.6
  • Ubuntu 20.04

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

rclone v1.50.2

  • os/arch: linux/amd64
  • go version: go1.13.6
  • Ubuntu 20.04

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

  • s3 DigitalOcean Spaces

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

Here output from rclone mkdir do:new -vv

root@localhost:~/nugroho/xx/core# rclone mkdir do:new -vv
2021/05/07 18:12:21 DEBUG : rclone: Version "v1.50.2" starting with parameters ["rclone" "mkdir" "do:new" "-vv"]
2021/05/07 18:12:21 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2021/05/07 18:12:21 DEBUG : S3 bucket new: Making directory
2021/05/07 18:12:22 DEBUG : 5 go routines active
2021/05/07 18:12:22 DEBUG : rclone: Version "v1.50.2" finishing with parameters ["rclone" "mkdir" "do:new" "-vv"]

and after that i run this command rclone lsd do:bucketname but there is no new folder that i made before

The rclone config contents with secrets removed.

[do]
type = s3
provider = DigitalOcean
env_auth = false
access_key_id = xx
secret_access_key = xxx
endpoint = sgp1.digitaloceanspaces.com
acl = bucket-owner-full-control

hello and welcome to the forum,

that version of rclone is many years old
get the latest stable here

Spaces can't have empty directories. A newer version of rclone will warn you about that.

If you copy a file then the directory will be auto created.

Oh i seee,thank you for your response :grinning:

1 Like

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