You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,22 +50,41 @@ If you would like to retrieve these posts, then you should use full mode: `--ful
50
50
51
51
This behavior may change in the future.
52
52
53
-
## How do I use the `--upload` flag and depot?
53
+
## How do I use the `--bucket` flag and S3?
54
+
1. Create an S3 bucket. Find help [here](https://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html).
55
+
2. Configure your AWS credentials. Find help [here](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-node-credentials-shared.html).
56
+
1. Ensure you can write to S3 with the credentials you're using.
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Read more about how Instamancer works [here](https://scriptsmith.github.io/insta
28
28
- Batch scraping
29
29
- Search hashtags, users, and locations
30
30
- API response validation
31
-
-Stream files to [depot](https://github.com/ScriptSmith/depot)
31
+
-Upload files to [S3](https://github.com/ScriptSmith/instamancer/blob/master/FAQ.md#how-do-i-use-the---bucket-flag-and-s3) and [depot](https://github.com/ScriptSmith/instamancer/blob/master/FAQ.md#how-do-i-use-the---depot-flag-and-depot)
32
32
-[Plugins](plugins)
33
33
34
34
### Data
@@ -120,20 +120,24 @@ Configuration
120
120
--sleep, -s Seconds to sleep between interactions [number] [default: 2]
0 commit comments