Skip to content

Commit

Permalink
Ruby - S3 - Typo (#5671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws authored Nov 16, 2023
1 parent cba9de8 commit 295fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/example_code/s3/bucket_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def create?(region)
# @return [String] The location of the bucket.
def location
if @bucket.nil?
"None. You must create a bucket before you can get it's location!"
"None. You must create a bucket before you can get its location!"
else
@bucket.client.get_bucket_location(bucket: @bucket.name).location_constraint
end
Expand Down

0 comments on commit 295fc52

Please sign in to comment.