Skip to content

Commit 1adaa6c

Browse files
author
Paul Cornell
committed
Incorporated edits into Amazon S3 code examples for Ruby for uploading items.
1 parent fbcff0f commit 1adaa6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruby/example_code/s3/s3-ruby-example-upload-item-to-folder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX - License - Identifier: Apache - 2.0
33

4-
# This code example demonstrates how to uploads an item
4+
# This code example demonstrates how to upload an item
55
# (file) to a folder within a bucket in Amazon S3.
66

77
# Prerequisites:

ruby/example_code/s3/s3-ruby-example-upload-multiple-items.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX - License - Identifier: Apache - 2.0
33

4-
# This code example demonstrates how to uploads multiple items
4+
# This code example demonstrates how to upload multiple items
55
# to a bucket in Amazon S3.
66

77
# Prerequisites:

0 commit comments

Comments
 (0)