Hi all,
in Qlik Cloud I created a data connection to Amazon S3. In the connection I have set "Access Key", "Secret Key", "Region" and "Bucket name".
So far, so good; I can correctly load the data of all files contained in the bucket.
Now, the problem is storing qvd. Which parameter should I set in "SSE header value (for use with STORE command only)" of the data connection?
Where Can I retrieve this information in Amazon S3? And what kind of encryption should I set in the bucket properties?
Regards,
Marco
I am also looking for the same but couldn't find the solution yet. About SSE header value it is mentioned at https://help.qlik.com/en-US/cloud-services/Subsystems/Web_Storage_Provider_Connectors_help/Content/C...
Let me know if you find something to make this work.
Best Regards,
Amit Arya
The valid values are listed in Qilk Help;
Try store statement as: store test into [lib://SpaceName:Connection Name to S3/S3 Folder Name/test.qvd];
In connection use AES256 as SSE header value.
If above setting don't work than try to check and elevate the rights on S3 bucket.
Let me know if this works
Thanks,
Amit