Copy or move file

0

I am having a problem moving or copying a file. I can create a directory in a bucket, and upload files to it, but I can't move a file from one directory to another without getting a "Failed to move" or "Access Denied" error. I have tried the copy and move instructions but with no success. Do I need some permission turned on for my account? Also, I have yet not been able to create a Jupyter Notebook, but one item at a time.

asked a year ago707 views
1 Answer
0

Hello,

I understand that you are receiving Access denied or Failed to move error while moving objects from one directory to another for your bucket. However for your bucket, you can create directories and upload objects to them.

I would like to share that on general basis, 403 Access denied errors are received due to various reasons listed in below official AWS documentation :

[+]Troubleshoot 403 Access Denied errors from Amazon S3 -https://aws.amazon.com/premiumsupport/knowledge-center/s3-troubleshoot-403/ [2]Troubleshoot-copy-between-buckets -https://aws.amazon.com/premiumsupport/knowledge-center/s3-troubleshoot-copy-between-buckets/

I would request you to please cross-verify permissions for all the listed reasons from above article.

Also, please ensure that IAM role/user that you are using to copy or move objects has s3:DeleteObject and s3:CopyObject permissions.

Also,here are some document references for detailed steps on how to create Jupyter Notebook using AWS :

[+] Using sagemaker -https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-prepare.html [+] Using EMR -https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-jupyterhub-s3.html

Additionally, if the issue still persists, I request you to open a support case for further troubleshooting.

AWS
SUPPORT ENGINEER
Megha_S
answered a year ago
  • Theres no such permission as CopyObject in S3

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions