Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32618694
D7767.1767461443.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
656 B
Referenced Files
None
Subscribers
None
D7767.1767461443.diff
View Options
diff --git a/scripts/source_development_defaults.sh b/scripts/source_development_defaults.sh
--- a/scripts/source_development_defaults.sh
+++ b/scripts/source_development_defaults.sh
@@ -53,3 +53,14 @@
# For development and local testing, point to localstack
export LOCALSTACK_ENDPOINT=http://localhost:4566
+export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID:-test}
+export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY:-test}
+
+# Create easier-to-use shortcut for localstack
+awslocal() {
+ aws --endpoint-url=http://localhost:4566 "$@"
+}
+# Enable shell completions
+if [[ $(basename "$0") == "bash" ]]; then
+ complete -C aws_completer awslocal
+fi
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 3, 5:30 PM (7 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5889969
Default Alt Text
D7767.1767461443.diff (656 B)
Attached To
Mode
D7767: [Nix] Add more support for localstack
Attached
Detach File
Event Timeline
Log In to Comment