-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
feature-requestRequest a new featureRequest a new featurestorageIssues related to the Storage categoryIssues related to the Storage category
Description
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
Labels
feature-requestRequest a new featureRequest a new featurestorageIssues related to the Storage categoryIssues related to the Storage category