MarketplaceStudioSnippetAmazon S3: Write and Remove Objects

Create your first automation in just a few minutes.Try Studio Web

Amazon S3: Write and Remove Objects

Amazon S3: Write and Remove Objects

by YouTube

StarStarStarStarStarStarStarStarStarStar

0

Snippet

Downloads

<100

back button
back button
next button
next button

Summary

Summary

Allows uploading and removing files and folders to Amazon S3

Overview

Overview

These snippets show you how to connect to Amazon's Simple Storage Service (S3) by using PowerShell activities along with Amazon's Tools for Windows Powershell. Two sequences show you how to upload files and folders to a bucket, and how to remove them again.

Prerequisites:

Usage:

The package consists of four different sequences:

  1. Usage.xaml is a sample workflow invoking all the following workflows. You can define a bucket id, set the path to a file, and it will be uploaded to and then removed from your bucket.
  2. AWSInitialize.xaml sets the required execution policy (i.e. RemoteSigned) and imports AWS tools into the current session. This workflow should be invoked first, and it needs to be invoked for every new session.
  3. AWSUploadToBucket.xaml shows you how to upload a single file or an entire folder and its contents to a bucket. This workflow has two arguments - one is your bucket's id, the other one is a path to a single file or a folder.
  4. AWSRemoveFromBucket.xaml shows you how to remove a file or an empty folder. You can also remove objects recursively, please refer to Amazon's documentation on how to do so.

Additional Reading:

  • Read more about Write-S3Object and its usage here.
  • Additional info about Remove-S3Object can be found here.

Features

Features

This component shows a prototypical implementation of Amazon S3, i.e. storing objects in and deleting objects from buckets.

Additional Information

Additional Information

Dependencies

AWS Tools for PowerShell: AWSToolsAndSDKForNet_sdk-3.3.493.0_ps-3.3.485.0_tk-1.14.5.0.msi or higher

Code Language

Visual Basic

Publisher

YouTube

Visit publisher's page

Trusted Source

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.0

Updated

February 18, 2020

Works with

2019.4.0

Certification

Silver Certified

Tags

Application

Amazon Web ServicesAmazon Web Services

Support

UiPath Community Support

Resources

Similar Listings