# File lib/aws/s3/s3_object.rb, line 872 def presigned_post(options = {}) PresignedPost.new(bucket, options.merge(:key => key)) end