diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..b58b603
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/aws-s3-github-action.iml b/.idea/aws-s3-github-action.iml
new file mode 100644
index 0000000..0c8867d
--- /dev/null
+++ b/.idea/aws-s3-github-action.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..acefd4c
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Dockerfile b/Dockerfile
index b324015..74aa331 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# https://aws.amazon.com/blogs/developer/aws-cli-v2-docker-image/
# https://hub.docker.com/r/amazon/aws-cli
-FROM amazon/aws-cli:2.4.23
+FROM amazon/aws-cli:latest
WORKDIR /
ADD ./ /
diff --git a/entrypoint.sh b/entrypoint.sh
index 5865a74..6e4de97 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -2,7 +2,7 @@
function usage_docs {
echo ""
- echo "- uses: keithweaver/aws-s3-github-action@v1.0.0"
+ echo "- uses: abletech/aws-s3-github-action@v1.0.0"
echo " with:"
echo " command: cp"
echo " source: ./local_file.txt"