You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason I need custom metadata is because I use S3 as static website hosting which sits behind Cloudfront. Setting correct origin headers such as cache-control and content-type for CDN/Proxy is important to my case.
How do I add custom metadata when uploading object using s5cmd? It seems I did not find the options.
The text was updated successfully, but these errors were encountered:
Hi @rioastamal, there's no cache-control support yet. content-type is inferred from the file extension and file content automatically, you can't change it manually.
Hi @igungor, is there any plan to add custom metadata feature in the near future? I really like to use s5cmd because it's faster but that's the only one that blocking me to use it in production.
Official AWS CLI does support adding metadata such as
--content-type
and--cache-control
.The reason I need custom metadata is because I use S3 as static website hosting which sits behind Cloudfront. Setting correct origin headers such as
cache-control
andcontent-type
for CDN/Proxy is important to my case.How do I add custom metadata when uploading object using s5cmd? It seems I did not find the options.
The text was updated successfully, but these errors were encountered: