Failed transfer to remote S3 storage

Hey, I am an intern and trying to learn DVC for S3 remote storage. I got this error . Can you help me?
Thank you,

dvc push
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: None, md5: 70257f9e4b0b3ec72deeed5e1b880c3b.dir
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: None, md5: 8a31b1338b609cf1133d1df639de606c.dir
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: None, md5: 0ebacd64e04c0e4a97d8fa48a4d707e6.dir
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: None, md5: b6c29e96813679dd8c451c9b5ca86e2c.dir
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: None, md5: e42412b82dcab425ce9c7e2d0abdfb78.dir
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: None, md5: 84453a3661e17405f48087e6cf409c51.dir
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: None, md5: 22e3f61e52c0ba45334d973244efc155.dir
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: tutorials/versioning/new-labels.zip, md5: 2eaa473159443e75e6fb7b29e56c0787
name: tutorials/nlp/pipeline.zip, md5: 1d2070ee188fc5e4d94ad920e6cc82aa
name: images/owl_sticker.png, md5: fa8b9e82c893eb401f30c353bd550ada
name: tutorials/versioning/data.zip, md5: fa9c0eb4173d86695b4e800219651360
name: mnist/images.tar.gz, md5: acb39268fb9dd785aac887f69b89282e
name: tutorials/nlp/Posts.xml.zip, md5: ce68b98d82545628782c66192c96f2d2
name: fashion-mnist/images.tar.gz, md5: 3c8f026df7c3973bcec8e9f945026eb2
name: images/dvc-logo-outlines.png, md5: 5846bf188572bbc78a10124f36e92631
name: images/owl_sticker.svg, md5: c76a031091a240c014baea8eff8619c4
ERROR: failed to transfer ‘md5: a304afb96060aad90176268345e10355’ - [Errno 13] Permission denied: ‘/path’
ERROR: failed to push data to the cloud - 1 files failed to upload

Hi, zey:
Do you have the correct permission for the remote S3 storage? You can check it through aws s3 cli command.

I fixed it out ,thanks;