Skip to content

Commit

Permalink
Small documentation fixes (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Feb 21, 2022
1 parent 4f3404c commit 418f318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gems/aws-sdk-s3/lib/aws-sdk-s3/presigned_post.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module S3
# or call the associated method.
#
# ```ruby
# post = Aws::S3::PresignedPost.new(creds, region, bucket).
# post = Aws::S3::PresignedPost.new(creds, region, bucket)
# post.content_type('text/plain')
# ```
#
Expand Down Expand Up @@ -211,7 +211,7 @@ class PresignedPost
# See {PresignedPost#content_encoding}.
# @option options [String] :content_encoding_starts_with
# See {PresignedPost#content_encoding_starts_with}.
# @option options [String] :expires See {PresignedPost#expires}.
# @option options [Time] :expires See {PresignedPost#expires}.
# @option options [String] :expires_starts_with
# See {PresignedPost#expires_starts_with}.
# @option options [Range<Integer>] :content_length_range
Expand Down

0 comments on commit 418f318

Please sign in to comment.