-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.dev.toml
More file actions
27 lines (19 loc) · 795 Bytes
/
Copy pathconfig.dev.toml
File metadata and controls
27 lines (19 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# s3peek configuration
# Copy to ~/.config/s3peek/config.toml or set S3PEEK_CONFIG=/path/to/config.toml
# AWS profile name (default: use environment / instance role)
# aws_profile = "my-profile"
# AWS region — always set this; s3peek defaults to us-east-1
# aws_region = "us-east-1"
# Default S3 bucket for tab-completion / browse
# default_bucket = "my-bucket"
# Max bytes fetched for fast-path quicklook Range-GET (default: 64KB)
# Increase if FITS headers are truncated in fast mode.
#max_range_get_bytes = 165530
# Pre-signed URL expiry in seconds (default: 1 hour)
# presign_expiry_seconds = 3600
# UI theme: "dark" or "light"
# theme = "dark"
# Firefly visualization server URL
firefly_url = "http://localhost:8081/firefly"
# Firefly browser channel
# firefly_channel = "s3peek"