How to Mount an Amazon S3 Bucket on a Local Machine and Trigger a Pipedream Workflow?

This topic was automatically generated from Slack. You can find the original thread here.

Does anyone have a recommendation for how to mount an Amazon S3 Bucket on a local machine? I’m trying to turn the (download to local machine->upload to S3->Pipedream S3 Trigger) into (download to S3 on local machine->Pipedream S3 trigger). Any other way of doing it that I’m not thinking of appreciated! Google drive is mountable but has harder to work with file extensions (they don’t start with the filename or end in .zip)

, I think there’s really no easy way to sync your local machine to S3. Though AWS offer AWS EFS, which is a kind of File System that you can mount to your local machine. Then you can create a Data Sync job to transfer the data from EFS to your AWS S3 bucket.

Note that this will incur charges to your AWS account, and I have not tested it

Looks good to me. I’ll give that a go. Thanks.