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
- File -> New -> Project
- Python -> Next
- Next
- Choose root path -> Finish
- Tools -> Manage Python Packages
- Add packages you need.
Subscribe to:
Posts (Atom)