There are four examples in the example folder. When run, these examples should
- check that you have access to aws through the aws cli
- write a file called "hello.txt" to the S3 bucket awsimple-test-bucket-{random_number}
- Note: It is strongly recommended to change the bucket name before you run this, but it will work without it
- read the file from the S3 bucket awsimple-test-bucket-{random_number}
source make_venv.sh
./venv/bin/activate
make_venv.bat
.\venv\Script\activate.bat
Your default aws profile should be setup before you run the examples. The examples use a test user named "testawsimple". You should create this user before running the examples.
aws config
source run_examples.sh
run_examples.bat
You're welcome to create an issue, but please search existing ones first to see if it's been discussed before.