Sha256: 41a7ebc6a5045f7768aae9f6b5d474c0b7a47f59fd854cd5b2583b9320e2d64f
Contents?: true
Size: 337 Bytes
Versions: 11
Compression:
Stored size: 337 Bytes
Contents
# This test ensures that the content type param makes it to the Content-Type # header. There was a bug that caused S3 to always set the content # type to application/xml. operation: put_object params: :bucket: 'bucket-name' :key: 'key' :body: 'abc' :content_type: 'text/plain' request: headers: Content-Type: 'text/plain'
Version data entries
11 entries across 11 versions & 1 rubygems