Step Details | |
Introduced in Version | 9.0.0 |
Last Modified in Version | 9.0.0 |
Location | Integration > Amazon AWS > S3 |
The Set Canned ACLOn File step is used to set the chosen canned ACL wrapper via the ACL to set input on a specified file via the File Name input.
Prerequisites
- This step requires the Amazon AWS Module to be installed before it will be available in the toolbox, and an active AWS account. The Amazon WebServices Settings must also be configured.
- A dependency must be created after installing the module in order for the the steps to be properly used.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Bucket Name | Name of bucket containing file to be modified. | String |
Cannonical User Id | 64 character user Id associated with the ACL. | String |
File Name | Name of file to have a canned ACL applied to. | String |
Permissions To Set | Permissions to establish on the file via canned ACL. | List of S3PeremissionWrapper |
Region | The Amazon AWS Region the instance is located on. | AmazonAWSRegion |
Override Role Credentials | Optional input allowing the user to alter the default role used to create the folder. | AssumeRoleCredentials |
Override Settings
Property | Description | Data Type |
---|---|---|
Access Key ID | ID used to connect to Amazon S3. | String |
Secret Access Key | Secret Access Key used to connect to Amazon S3. | String |
Common Errors
Exception invoking method SetACLOnFile on class AmazonS3Steps
If one or more input values are not declared, the step will cause an error.
To correct this, ensure all input values have been filled out properly.
Exception Message:
DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Set ACLOn File 1[SetACLOnFile] in flow [S3 Step Flows]: Exception invoking method SetACLOnFile on class AmazonS3Steps
---> DecisionsFramework.LoggedException: Exception invoking method SetACLOnFile on class AmazonS3Steps
---> System.ArgumentException: BucketName is a required property and must be set before making this call. (Parameter 'GetACLRequest.BucketName')
at Amazon.S3.Model.Internal.MarshallTransformations.GetACLRequestMarshaller.Marshall(GetACLRequest getObjectAclRequest)
at Amazon.S3.Model.Internal.MarshallTransformations.GetACLRequestMarshaller.Marshall(AmazonWebServiceRequest input)
at Amazon.Runtime.Internal.Marshaller.PreInvoke(IExecutionContext executionContext)
at Amazon.Runtime.Internal.Marshaller.InvokeAsync[T](IExecutionContext executionContext)
at Amazon.S3.Internal.AmazonS3PreMarshallHandler.InvokeAsync[T](IExecutionContext executionContext)
at Amazon.Runtime.Internal.CallbackHandler.InvokeAsync[T](IExecutionContext executionContext)
at Amazon.S3.Internal.AmazonS3ExceptionHandler.InvokeAsync[T](IExecutionContext executionContext)
at Amazon.Runtime.Internal.ErrorCallbackHandler.InvokeAsync[T](IExecutionContext executionContext)
at Amazon.Runtime.Internal.MetricsHandler.InvokeAsync[T](IExecutionContext executionContext)
at Decisions.AmazonAWS.S3.AmazonS3Steps.SetACLOnFile(String BucketName, String FileName, String CannonicalUserId, S3PermissionWrapper[] PermissionsToSet, AmazonAWSRegion Region, AssumeRoleCredentials overrideCredentials, String accessKeyId, String secretAccessKey)
at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data)
--- End of inner exception stack trace ---
Related Information
Related Article: