Tuesday, December 8, 2015

Amazon S3 Faq



Copy a bucket
Using AWS CLI:
Test it with:
aws s3 sync --dryrun s3://from/this/bucket/ s3://to/this/bucket/
Do it with:
aws s3 sync s3://from/this/bucket/ s3://to/this/bucket/



Thursday, December 3, 2015

Creating an Intellij IDEA python Project


Requires the python plugin to be installed.
I am using IDEA 14.1.5

  1. File -> New -> Project
  2. Python -> Next
  3. Next
  4. Choose root path -> Finish
  5. Tools -> Manage Python Packages
  6. Add packages you need.