-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input/output error while access s3 file #150
Comments
Hey @pch05, Regarding the value for You can verify this is the issue by using AWS CLI to read the object so long as it uses the same credential source. You should see something like More details on S3 permissions are available here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-policy-language-overview.html |
Thanks for your answer. Yes arn i'm using is like: arn:aws:s3:::<BUCKET_NAME>. Like you said, I've try this policy:
It's working properly now, thanks a lot! |
Hello,
It seems I encountered a similar issue:
I've mounted my s3 bucket with this command:
mount-s3 <bucket_name> <directory_to_associate>
It works and I can list file and repositories on bucket from my instance.
But when I want to do 'cat' command, for example, to one of this files, I have this issue:
cat: <filename>: Input/output error
If I try to get the file on my laptop with aws s3 command, It works and I can read the content of file.
This is the policy I've applied to my instance to access bucket:
I hope my question helps and is in the right place.
Thank you
Originally posted by @pch05 in #142 (comment)
The text was updated successfully, but these errors were encountered: