-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I'm trying to add a storage class to the optimized image using Kraken.io S3 in NodeJS. Now I know there is an option to add metadata key to the s3 object, but this prepend -meta to the request.
For example:
metadata: {"storage-class": "INTELLIGENT_TIERING"} results in x-amz-meta-storage-class, but what I actually need is x-amz-storage-class Is there a way to achieve this without editing the source code? I also tried adding x-amz-storage-class under headers with no success, it won’t affect the storage class.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels