|
@ -3,13 +3,11 @@ |
|
|
set -e |
|
|
set -e |
|
|
|
|
|
|
|
|
if [ "${S3_ACCESS_KEY_ID}" == "**None**" ]; then |
|
|
if [ "${S3_ACCESS_KEY_ID}" == "**None**" ]; then |
|
|
echo "You need to set the S3_ACCESS_KEY_ID environment variable." |
|
|
|
|
|
exit 1 |
|
|
|
|
|
|
|
|
echo "Warning: You did not set the S3_ACCESS_KEY_ID environment variable." |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
if [ "${S3_SECRET_ACCESS_KEY}" == "**None**" ]; then |
|
|
if [ "${S3_SECRET_ACCESS_KEY}" == "**None**" ]; then |
|
|
echo "You need to set the S3_SECRET_ACCESS_KEY environment variable." |
|
|
|
|
|
exit 1 |
|
|
|
|
|
|
|
|
echo "Warning: You did not set the S3_SECRET_ACCESS_KEY environment variable." |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
if [ "${S3_BUCKET}" == "**None**" ]; then |
|
|
if [ "${S3_BUCKET}" == "**None**" ]; then |
|
|