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