IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  AMAZON-S3 not Connecting MFT 10.7

    Posted Fri October 08, 2021 11:56 AM

    Using version 10.7

    cant connect to S3 bucket at all. keep getting error message:

    Connection unsuccessful.
    Amazon S3 Exception:Access Denied

    i know everything is correct because i have another process outside of MFT that works fine with all the credentials i am passing in. Anyone have any experience connecting to AWS with the new MFT 10.7 UI?


    #Managed-File-Transfer
    #webMethods
    #B2B-Integration


  • 2.  RE: AMAZON-S3 not Connecting MFT 10.7

    Posted Thu October 21, 2021 12:57 AM

    Hi McClam,

    The following authorizations are required for ActiveTransfer S3 bucket to work.

    "s3:GetBucketLocation",
    "s3:ListBucket"
    "s3:GetObject",
    "s3:PutObject",
    "s3:DeleteObject"
    

    Please make sure that the user configured for the S3 bucket in ActiveTransfer VFS has these permissions set.
    Hope this resolves your issue.

    Regards
    Biswa


    #B2B-Integration
    #Managed-File-Transfer
    #webMethods