This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
Feature request: S3 crawler #35
Labels
Comments
Hi! FTP or SMB crawler will not work for you? |
It would be possible to work around it using s3fs. I was just hoping for a native solution that didn't require mounting a bucket into a directory. It would work, but it is not ideal, as it would want to cache the contents of the bucket to the local disk. In this case, I'm trying to avoid needing lots of storage on the instance running Ambar. |
+1 |
In the latest release you can mount S3 folder to local crawler |
how can I mount a s3 folder to the local crawler? |
@AyKarsi just google on how to map s3 folder to local folder, and then map this local folder to the crawler. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd really like to be able to crawl an S3 bucket. I feel sketchy serving web traffic out of my Dropbox!
The text was updated successfully, but these errors were encountered: