Merge pull request #29 from qeleb/master

Update README.md to fix two typos
This commit is contained in:
Keenan Romain 2023-09-08 11:03:21 -04:00 committed by GitHub
commit 68fe985b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ IAM Policies are separated from the other entities above because they are not an
- You can use this information to revise your policies.
**IAM Credentials Report(account level)**
- a report that list all your account users and the status of their various credentials.
- a report that lists all of your account users and the status of their various credentials.
## Simple Storage Service (S3)
@ -334,7 +334,7 @@ You can encrypt on the AWS supported server-side in the following ways:
- Lifecycle rules can be applied to both current and previous versions of an object.
### S3 Cross Region Replication:
- Cross region replication only work if versioning is enabled.
- Cross region replication only works if versioning is enabled.
- When cross region replication is enabled, no pre-existing data is transferred. Only new uploads into the original bucket are replicated. All subsequent updates are replicated.
- When you replicate the contents of one bucket to another, you can actually change the ownership of the content if you want. You can also change the storage tier of the new bucket with the replicated content.
- When files are deleted in the original bucket (via a delete marker as versioning prevents true deletions), those deletes are not replicated.