Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1jc for Issue 116 Sprint 4 " Issue 116 Fix script to delete all s3 buckets even with data"
fix #116
DATA ISSUE
The need script to list the s3 buckets and delete such buckets this issue fixes bug in issue 87
SCOPE
write python script for s3 bucket deleting.
Major Obstacles:
Instructor tested PR Thursday March 3, 2022. s3BucketList.py worked fine. s3BucketDelete.py worked but he wanted me to fix the script it where it should be automated versus original script deleting each bucket one by one making sure the bucket is empty.
Resolved Obstacle:
#116
This is a bug in the #87
The script doesn't delete all S3 buckets but only one
The script requires manual input and cannot be run from an automation machine. This should be changed to command line parameters
.
Instructor issued another issue which is issue #116 Fix the script to delete all s3 buckets even with data in connection there is a bug in issue 87 .
Project report for Instructor
Project Duration Sprint 4: March 3 to March 14 2022
Coordination: DevOps Team issue assigned to 1jc
Report Date: March 14, 2022
Assumptions: N/A