• Home
  • More About Me
  • Technical Context
  • Public Speaking
  • Travel

AWS S3 Buckets


Account

We need an amazon account. In your account, create an Access Key & Secret Key:

As told in Encryption Page , the best way to keep the credentials in the framework is, store them in a config file in encrypyed form.
Let's read config file from resources folder. To be able to find it, resource folders should be added to build path:


Connect to Account

Now, we can connect using credentials:

Operations

And, we can upload/download/delete file: