Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. READ MORE

S3 - Access denied to bucket

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
David_Fergen
Former Employee
Former Employee

S3 - Access denied to bucket

Last Update:

Sep 22, 2020 9:14:24 AM

Updated By:

David_Fergen

Created date:

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.

Labels (1)
Contributors
Version history
Last update:
‎2020-09-22 09:14 AM
Updated by: