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
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.
The text was updated successfully, but these errors were encountered:
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 inx-amz-meta-storage-class
, but what I actually need isx-amz-storage-class
Is there a way to achieve this without editing the source code? I also tried addingx-amz-storage-class
underheaders
with no success, it won’t affect the storage class.The text was updated successfully, but these errors were encountered: