Skip to content

Feature Request: IAM auth with SessionToken #94

@osulivanDE

Description

@osulivanDE

I am trying to upload data to Mapbox S3 staging server and the API documentation from Mapbox uses this example for AWS CLI:

$ export AWS_ACCESS_KEY_ID={accessKeyId}
$ export AWS_SECRET_ACCESS_KEY={secretAccessKey}
$ export AWS_SESSION_TOKEN={sessionToken}
$ aws s3 cp /path/to/file s3://{bucket}/{key} --region us-east-1

Link to API Doc

My problem is that i haven´t found a node where i can pass the sessionToken into for this IAM authentication.

Is there already a way to do this or might that be a feature for furure development of this integration?

Thank a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions