Question

Upload file from a folder in an Amazon S3 Bucket to Files.com

  • 28 January 2022
  • 6 replies
  • 404 views

Userlevel 1

Hello!

I need to upload a  file in a FOLDER thats in an S3 bucket to another application.  However the trigger only lets me specify the bucket and not the folder name.   Does anyone know if I can do this?

 

Thank you!!!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

6 replies

Userlevel 7
Badge +14

Hi @Paola Serna

What Zap app and trigger are you using?

Please post screenshots.

 

You may need to add a Filter step to the Zap: https://zapier.com/apps/filter/help

 

I want to add files to a folder

In Amazon S3, folders are designated by the key name. For example, if you upload a file with the key images/sample1.jpg then it will show in the Amazon S3 console as a file sample1.jpg inside a folder images.

Userlevel 1

Hi @Troy Tessalone !

 

Thank you, I’m using an S3 trigger - New file created, addinga a filter for the path and then a Files app that takes the bucket file and uploads it. But not quite working yet. 

 

Userlevel 7
Badge +14

@Paola Serna 

Can you clarify what the new issue is since you’ve added the Path?

 

Can you post screenshots with the output data from the Zap trigger step?

 

Have you tried changing your trigger test data?

https://zapier.com/help/create/basics/change-the-test-data-in-your-zap-trigger

Userlevel 1

Yes, the zap is not working, but no error either. I don’t know if its because i’m specifying the path folder after the trigger.  

SInce the new file is being added to the specific folder in the bucket, it seems it’s not trigerring the zap. IN the test data, I pull new data (i’ve added a new file to the path second ago) but it doen’t find it in the test. It doesn’t pull the new file.

 

Apparently the filter is stopping the file. here is the details.

 

Userlevel 7
Badge +14

@Paola Serna 

Try filtering on the NAME instead of the Path

 

EXAMPLE

NOTE: TESTER is a Folder

 

Userlevel 1

@Troy Tessalone 

Managed to make it worked, I had an extra / at the end of the path.  Also tried with the file NAME as you suggested and also worked. 

 

So the solution is definetly use the filter to specify the path or Name of the folder in the bucket!

 

Thanks!!!