.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
S3 - Access denied to bucket
Sep 22, 2020 9:14:24 AM
Sep 21, 2020 10:04:23 AM
If you get this issue in Replicate with S3 a good process would be to take this outside of Replicate using the AWS CLI.
Make sure to, download the CLI and install
https://s3.amazonaws.com/aws-cli/AWSCLI64PY3.msi
Configure the CLI with the same credentials used in Replicate S3/EMR Endpoint
AWS configure:
Run the command that Replicate would run, but outside of Replicate, for example (There may be some text files under the folder c:\temp\)
AWS s3 cp c:\temp\ s://my_bucket/folder/ --include "*.txt"
Note: This is just an example copying the file, but you can do a lot of things with the AWS client.
For example, get the bucket location:
aws s3api get-bucket-location --bucket MY_BUCKET
Those are only two examples - for more options for the AWS CLI S3, feel free to use the link below:
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/index.html
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.