We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebf686 commit aeaff07Copy full SHA for aeaff07
awslambdas3copy/README.md
@@ -27,12 +27,12 @@ It handles an AWS Lambda function that copies an object when it appears in a S3
27
28
* Create an IAM Policy: ex. `Policy-my-buckets`
29
30
- Content of the IAM policy:
31
-
32
- Changing:
+ Changing:
33
34
- * `sourcebucket` to the name of your source bucket.
35
- * `targetbucket` to the name of your target bucket.
+ * `sourcebucket` to the name of your source bucket.
+ * `targetbucket` to the name of your target bucket.
+
+ Content of the IAM policy:
36
37
```bash
38
{
0 commit comments