k1LoW / serverless-s3-sync

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

Fix metadata update failing when object's keys contain some characters like spaces and + #105

Closed marchant closed 1 year ago

marchant commented 2 years ago

Those files upload fine in the sync phase but fail to update the metadata. I'm not sure why this is done in 2 steps vs 1 on sync. Thanks for creating this plugin!

k1LoW commented 1 year ago

@marchant Thank you!