Jump to a Section

Actions

  • Copy Object

    Copy an object within a specified bucket

  • Create A Bucket

    Create a bucket in S3.

    Options

    • Region (dropdown): the region for your S3 bucket.

    Input Fields

    • bucket
      • name (text): the name of the bucket being created.

    Output Fields

    This action has no output fields.

  • Delete Object

    Delete an object from a bucket by the filename

  • Download Object

    Download an object from an S3 bucket to the Azuqua file system.

    Options

    • Region (dropdown): the region for your S3 bucket.

    Input Fields

    • Bucket
      • Bucket Name (text): the name of the bucket that the object is in, e.g. “myBucket”.
    • Object
      • Object Path (text): the path in the bucket that you want your object downloaded from, including the filename and with no forward slash at the beginning of the path, e.g. “folder1/folder2/myFile.jpg”.

    Output Fields

    • File
      • File Content (file): the downloaded file content.
  • Read Bucket Objects

    Read all objects in a bucket and return their metadata

  • Read Object Tags

    List the tags associated with an object

  • Tag Object

    Put a tag on an object in a specified bucket

  • Upload Object

    Upload an object to an S3 bucket.

    Options

    • Region (dropdown): the region for your S3 bucket.

    Input Fields

    • Bucket
      • Bucket Name (text): the name of the bucket to create the object in, e.g. “myBucket”
    • Object
      • Object Path (text): the path that you want your object uploaded to, including the filename and with no forward slash at the beginning of the path, e.g. folder1/folder2/myFile.jpg The filename needs to be exactly the same file name that you are uploading. In example above the filename should also be myFile.jpg.
    • File
      • File Content (file): the file content that you want to be uploaded to this location.

    Output Fields

    • Object
      • ETag (text): the ETag for your uploaded object.