Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Put File In S3 With ACL

Prev Next
Step Details
Introduced in Version9.0.0
Last Modified in Version9.0.0
LocationIntegration > Amazon AWS > S3

The Put File In S3 With ACL step is used to set permissions on a specified file in the specified S3 bucket.

Prerequisites 


Properties

Inputs

PropertyDescriptionData Type
AclACL parameters set on file when added to S3.S3CannedACLWrapper
Bucket NameName of Bucket to add file to.String
FileFile to add to bucket.FileData
File Name To StoreName of file to store in S3.String
RegionThe Amazon AWS Region the instance is located on.AmazonAWSRegion
Override Role CredentialsOptional input allowing the user to alter the default role used to create the folder.AssumeRoleCredentials

Override Settings

PropertyDescriptionData Type
Access Key IDID used to connect to Amazon S3.String
Secret Access KeySecret Access Key used to connect to Amazon S3.                                                                  String

Outputs

PropertyDescriptionData Type
Done


OutputOutputs file transfer information.String


Common Errors

Parameter 'acl' of 'PutFileInS3FromFileLocationWithACL' cannot be null

If the input parameter Acl has not been defined, the step will cause an error.

To correct this, input the desired ACL parameter or, if no ACL parameter is needed, use a Put File In S3 From File Location step.

Exception Message:


DecisionsFramework.BusinessRuleException: [BusinessRule] Parameter 'acl' of 'PutFileInS3FromFileLocationWithACL' can not be null at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data)
 at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData)
 at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)



Related Information

Related Article:

Amazon AWS S3