Upload File to Bucket Action Advanced Customizations

  • Versioning: Strategies for overwriting the previous version or saving as a new version can be applied for uploads with the same file name.
  • Dynamic Bucket Selection: The Bucket Name parameter can be made dynamic based on the user, environment (test/prod), or role.
  • Encryption Policies: The Encrypt parameter can be made mandatory for sensitive data.
  • FileName Rules: File naming can be automated using date, user ID, or custom prefixes.

Technical Risks

  • Incorrect Base64: Missing or corrupt Base64 strings prevent the file from uploading.
  • Incorrect FileName: Files without extensions may not open correctly.
  • Bucket Errors: Selecting an incorrect or inaccessible Bucket will cause the upload to fail.
  • Encryption Incompatibilities: If the Encrypt feature is enabled, the lack of encryption support on the Bucket side may cause an error.
  • Performance Limits: Converting large files to Base64 may strain device memory.