Showing posts with label client. Show all posts
Showing posts with label client. Show all posts

Tuesday, July 9, 2013

S3 client side encryption


You can build your own library that encrypts your objects data on the client side before uploading it to Amazon S3. Or you can use the AWS provided SDK. Currently, only the AWS SDK for Java supports client-side encryption.

Tuesday, August 28, 2012

AWS EC2 and RDS Oracle access using Toad

Toad is a great tool for accessing the Oracle database for development.  However, there is one 'trick' regarding the configuration of Toad and the Oracle client.  The Oracle client software (in my case the Oracle 11g instant client) needs to be in the Windows path.  There are great instructions on how to do this here:
https://support.quest.com/SolutionDetail.aspx?id=SOL7712

If the class path is not set, you will get an error when you open up Toad that the Oracle client is not found.