What is the problem you are having with rclone?
Unable to do anything on s3 bucket that contains a "folder" with no name
(ie. aws s3 ls s3://bcbush.com/test//ffmpeg.txt)
What is your rclone version (output from rclone version
)
bbush@rlcone:~$ rclone --version
rclone v1.51.0
- os/arch: linux/amd64
- go version: go1.13.7
bbush@rlcone:~$
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Ubuntu 18.04 64bit
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 lsf aws_test:bcbush.com/test
The rclone config contents with secrets removed.
[aws_test]
type = s3
provider = AWS
env_auth = false
access_key_id = <KEY>
secret_access_key = <SECRET>
region = us-east-1
acl = private
A log from the command with the -vv
flag
2020/06/07 04:00:34 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "-vv" "lsf" "aws_test:bcbush.com/test"]
2020/06/07 04:00:34 DEBUG : Using config file from "/home/bbush/.config/rclone/rclone.conf"
2020/06/07 04:00:34 ERROR : : Entry doesn't belong in directory "" (same as directory) - ignoring
2020/06/07 04:00:34 DEBUG : 5 go routines active
2020/06/07 04:00:34 DEBUG : rclone: Version "v1.51.0" finishing with parameters ["rclone" "-vv" "lsf" "aws_test:bcbush.com/test"]