Skip to content

Commit

Permalink
Final edits from Beck
Browse files Browse the repository at this point in the history
  • Loading branch information
bisdavid committed Feb 22, 2020
1 parent d87a918 commit 0059286
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ function copy-item-in-bucket {
###############################################################################
# function list-items-in-bucket
#
# This function displays a list of the files in the bucket along with each
# file's size. The function uses the --query parameter to retrieve only the
# Key and Size fields from the Contents collection.
# This function displays a list of the files in the bucket with each file's
# size. The function uses the --query parameter to retrieve only the Key and
# Size fields from the Contents collection.
#
# Parameters:
# $1 - The name of the bucket
Expand Down
8 changes: 4 additions & 4 deletions aws-cli/bash-linux/s3/bucket-lifecycle-operations/general.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# specific language governing permissions and limitations under the License.
###############################################################################

# This script contains general purpose functions that are used throughout
# the AWS Command Line Interface (AWS CLI) code samples that are maintained
# in the repo at https://github.com/awsdocs/aws-doc-sdk-examples
# This script contains general-purpose functions that are used throughout the
# AWS Command Line Interface (AWS CLI) code samples that are maintained in the
# repo at https://github.com/awsdocs/aws-doc-sdk-examples
#
# They are intended to abstract functionality that is required for the tests
# to work without cluttering up the code. The intent is to ensure the purpose
Expand All @@ -32,7 +32,7 @@ function TESTS-FAILED {
echo ""
echo "TESTS FAILED"
echo "One or more of the tests failed to complete successfully. This means"
echo "that any tests that were supposed to run after the failed test did'nt"
echo "that any tests that were supposed to run after the failed test didn't"
echo "run and might have left resources still active in your account."
echo ""
echo "IMPORTANT:"
Expand Down

0 comments on commit 0059286

Please sign in to comment.