Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I'm getting the same error while executing the Store Command on Qlik Sense. How can we add the SSE value in connection string.
If SSE header value is not empty, valid values are:
Can anyone help with the format.
@Anjit Well, it seems I'm a few years late to the party... But I was just working on storing a QVD to an Amazon S3 bucket today. Recently, the older Qlik S3 connector has been deprecated; the new S3 V2 connector is the supported path going forward. Both of these links tell us "valid values [for the SSE header value] are aws:kms or AES256." I used aws:kms as the SSE header value, and that configuration works well.
Cheers,
Jeff R. Robbins