Skip to content

Storage class AWS S3 #30

Open
Open
@BoazKG93

Description

@BoazKG93

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions