Na seção de opções do meu arquivo grunt.js eu adicionei "x-amz-meta-mode": "33188"
options: {
key: '<%= aws.AWSAccessKeyId %>',
secret: '<%= aws.AWSSecretKey %>',
bucket: '<%= aws.bucket %>',
access: 'public-read',
headers: {
// Two Year cache policy (1000 * 60 * 60 * 24 * 730)
"Cache-Control": "max-age=630720000, public",
"x-amz-meta-mode": "33188",
"Expires": new Date(Date.now() + 63072000000).toUTCString()
}