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