When using S3 for storage on a project, you should avoid commiting your S3 credentials for improved security. Instead of this, set them as environment variables on each machine like this:
# .bash_profile export APPNAME_S3_KEY="dasdsadsadsad" export APPNAME_S3_SECRET="dfd8f8dfdfddfdsfdsafr332"