k1LoW / serverless-s3-sync

A plugin to sync local directories and S3 prefixes for Serverless Framework :zap:
182 stars 68 forks source link

Object Metadata isn't being applied #132

Open brianjd opened 4 days ago

brianjd commented 4 days ago

I'm currently using 3.3.0, with the following params applied to the bucket/sync def:

      params:
        - "**/images/*":
          "Content-Type": "image/jpeg"
          # "ContentType": "image/jpeg"

I tried both hyphenated and not, both don't work.