You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,45 @@
1
1
# GitHub Action to Sync S3 Bucket and invalidate CloudFront Cache
2
2
3
-
Uses official [amazon/aws-cli](https://hub.docker.com/r/amazon/aws-cli) Docker image to sync a directory with a S3 bucket.
3
+
> Uses official [amazon/aws-cli](https://hub.docker.com/r/amazon/aws-cli) Docker image to sync a directory with a S3 bucket.
4
4
5
5
Before start configure your [AWS credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-creds-create)
> `args` would be passed directly to `aws s3` invocation. Refer to: [AWS S3 docs](https://docs.aws.amazon.com/cli/latest/userguide/cli-services-s3.html)
0 commit comments