Skip to content

Commit 19b96da

Browse files
committed
update curl url
1 parent 131555b commit 19b96da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generateS3SignedUrls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Script to generate S3 signed URLs for image files in JSONL format
44
# Usage: ./generateS3SignedUrls.sh <s3-path> [output-file] [expiration-seconds] [parallel-jobs]
55
# Or with curl:
6-
# curl -fsSL https://gist.githubusercontent.com/tonylampada/20b7bc984a455f53e2d07f88b33bf43c/raw/generateS3SignedUrls.sh | bash -s -- s3://bucket/path output.jsonl
6+
# curl -fsSL https://raw.githubusercontent.com/roboflow/roboflow-python/main/scripts/generateS3SignedUrls.sh | bash -s -- s3://bucket/path output.jsonl
77

88
set -e
99

0 commit comments

Comments
 (0)