How to delete from s3
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Alter_Otter
5 - Atom
‎05-02-2019
11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a use case where I need to delete files from an s3 bucket and I would like to do that while in an alteryx workflow. I can upload and download from s3, but does anyone know how I delete from an s3 bucket?
Labels:
- Labels:
- Amazon S3
4 REPLIES 4
JohnJPS
15 - Aurora
‎05-02-2019
02:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Alter_Otter,
Given the built-in Python tool, Python might be an easy way to approach it: there is very good step-by-step detail available at: https://realpython.com/python-boto3-aws-s3
Hope that helps!
John
Amadeu_gustavo
7 - Meteor
‎02-14-2023
12:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@JohnJPS very nice tutorial, but it would be neat if Alteryx could replace or delete files from s3 as well
nlewis
7 - Meteor
‎06-07-2024
06:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Bump up on this!
apathetichell
19 - Altair
‎06-07-2024
07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Alteryx doesn't really do delete without the run commnad tool - so how about using run command with:
aws s3 rm "your s3 URI" (via .bat file if you so choose).
