diff --git a/en/google/storage/bucket-logging.md b/en/google/storage/bucket-logging.md
index f54aac6d4..d509ccf30 100644
--- a/en/google/storage/bucket-logging.md
+++ b/en/google/storage/bucket-logging.md
@@ -16,9 +16,10 @@
## Detailed Remediation Steps
1. Log into the Google Cloud Platform Console.
-2. Scroll down the left navigation panel and choose "Cloud Storage" to select the "Buckets" option.
-3. On the "Buckets" page, create the log bucket if you dont have one.
-4. Click on the 'cloud shell' icon on the top left of navigation bar ,as bucket logging can only be enabled by using the Command Line Interface.
+2. Scroll down the left navigation panel and choose "Cloud Storage" to select the "Buckets" option.
+3. On the "Buckets" page, create the log bucket if you dont have one.
+4. Click on the 'cloud shell' icon on the top left of navigation bar ,as bucket logging can only be enabled by using the Command Line Interface.
+
+5. Enter the command gsutil logging set on -b gs://[LOG_BUCKET_NAME] -o AccessLog gs://[BUCKET_NAME]
7. Repeat steps number 4-5 to enable logging to all other buckets in the project.
diff --git a/en/google/storage/bucket-versioning.md b/en/google/storage/bucket-versioning.md
index 4c19dde15..1c2b13bed 100644
--- a/en/google/storage/bucket-versioning.md
+++ b/en/google/storage/bucket-versioning.md
@@ -16,6 +16,6 @@
## Detailed Remediation Steps
1. Log into the Google Cloud Platform Console.
-2. Click on the 'cloud shell' icon on the top left of navigation bar ,as Bucket Versioning can only be enabled by using the CLI (Command Line Interface) .
+2. Click on the 'cloud shell' icon on the top left of navigation bar ,as Bucket Versioning can only be enabled by using the CLI (Command Line Interface) .
+3. Enter the command gsutil versioning set on gs://[BUCKET_NAME]
4. Repeat steps 3 to enable versioning to all other buckets in the project.
diff --git a/en/google/storage/storage-bucket-all-users-policy.md b/en/google/storage/storage-bucket-all-users-policy.md
index 6595ca994..13679f57f 100644
--- a/en/google/storage/storage-bucket-all-users-policy.md
+++ b/en/google/storage/storage-bucket-all-users-policy.md
@@ -17,7 +17,7 @@
## Detailed Remediation Steps
1. Log into the Google Cloud Platform Console.
2. Scroll down the left navigation panel and choose "Cloud Storage" to select the "Buckets" option.
-3. On the "Buckets" page, select the bucket which you want to configure by clicking on its name.
+3. On the "Buckets" page, select the bucket which you want to configure by clicking on its name.
4. Select the "PERMISSIONS" tab to access the permissions defined for selected bucket.
5. Select the "VIEW BY PRINCIPALS" tab to display all IAM members (principals) that have access to the selected resource.
6. Select all the allUsers and allAuthenticatedUsers principals available and choose REMOVE ACCESS to initiate the removal action for the selected bindings.
diff --git a/resources/google/storage/bucket-versioning/step2.png b/resources/google/storage/bucket-versioning/step2.png
new file mode 100644
index 000000000..813d774f9
Binary files /dev/null and b/resources/google/storage/bucket-versioning/step2.png differ
diff --git a/resources/google/storage/bucket-versioning/step3.png b/resources/google/storage/bucket-versioning/step3.png
new file mode 100644
index 000000000..c0601cd3e
Binary files /dev/null and b/resources/google/storage/bucket-versioning/step3.png differ
diff --git a/resources/google/storage/storage-bucket-all-user-policy/step2.png b/resources/google/storage/storage-bucket-all-users-policy/step2.png
similarity index 100%
rename from resources/google/storage/storage-bucket-all-user-policy/step2.png
rename to resources/google/storage/storage-bucket-all-users-policy/step2.png
diff --git a/resources/google/storage/storage-bucket-all-user-policy/step3.png b/resources/google/storage/storage-bucket-all-users-policy/step3.png
similarity index 100%
rename from resources/google/storage/storage-bucket-all-user-policy/step3.png
rename to resources/google/storage/storage-bucket-all-users-policy/step3.png
diff --git a/resources/google/storage/storage-bucket-all-user-policy/step4.png b/resources/google/storage/storage-bucket-all-users-policy/step4.png
similarity index 100%
rename from resources/google/storage/storage-bucket-all-user-policy/step4.png
rename to resources/google/storage/storage-bucket-all-users-policy/step4.png
diff --git a/resources/google/storage/storage-bucket-all-user-policy/step5.png b/resources/google/storage/storage-bucket-all-users-policy/step5.png
similarity index 100%
rename from resources/google/storage/storage-bucket-all-user-policy/step5.png
rename to resources/google/storage/storage-bucket-all-users-policy/step5.png
diff --git a/resources/google/storage/storage-bucket-all-user-policy/step6.png b/resources/google/storage/storage-bucket-all-users-policy/step6.png
similarity index 100%
rename from resources/google/storage/storage-bucket-all-user-policy/step6.png
rename to resources/google/storage/storage-bucket-all-users-policy/step6.png
diff --git a/resources/google/storage/storage-bucket-all-user-policy/step7.png b/resources/google/storage/storage-bucket-all-users-policy/step7.png
similarity index 100%
rename from resources/google/storage/storage-bucket-all-user-policy/step7.png
rename to resources/google/storage/storage-bucket-all-users-policy/step7.png