Skip to content

Provide custom AWS Credentials for storage category #3917

@oleg-moseyko

Description

@oleg-moseyko

Is your feature request related to a problem? Please describe.

I would like to upload file to bucket but I can't figure out how to set up Amplify configure by accessKeyId/secretKey with sessionToken which i get from my server:

let tempCredentials = AWSCredentialIdentity(
  accessKey: "accessKeyId",
  secret: "secretKey",
  expiration: nil,
  sessionToken: "sessionToken"
) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest a new featurestorageIssues related to the Storage category

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions