Percona-Server-Mongodb recovery not working out of the box on the DCOS

Hello!
When I tried to run backup and restore on aws s3 bucket by instruction [URL=“https://docs.mesosphere.com/services/percona-server-mongodb/0.4.0-3.6.6/disaster-recovery/”]https://docs.mesosphere.com/services...ster-recovery/[/URL]

Backup was fine. I can see files in the bucket after process, but when I’m trying to run restore with helps command or with help instructions in the link I am faced with next one problem: [INDENT]/mnt/mesos/sandbox/s3-cli-linux cp --access-key=xxxxxxxxxx–secret-key=xxxxxxxxxxx --recursive s3://[bucket_name]/percona-server-mongodb/20181012_1337/rs/dump /mnt/mesos/sandbox/restore

‘[’ ‘!’ -d /mnt/mesos/sandbox/restore ‘]’

echo ‘ERROR: restore directory does not exist after download!’[/INDENT]

is this an access rights problem?

My DCOS version is 1.11.4

Thanks a lot!

fixed because of s3 bucket problem

Thanks for the update!