General Settings

Logo: Logo Preview
The logo will appear in the expanded sidebar. Recommended: use a square image.
Mini Logo: Mini Logo Preview
The mini logo will appear in the collapsed sidebar as a small icon. Recommended: use a square image.
Favicon: Favicon Preview
This image will be used as your browser tab icon. Recommended: use a square image (16×16 or 32×32 pixels).
Hub
Your Work
About
Dataset
Configuration Guidelines
• Concurrent parts × part size ≈ in-flight data per file
• Keep usage within your client memory/bandwidth limits
• Use larger part size for large files to avoid >10,000 parts
• Out-of-range inputs will be auto-adjusted to the nearest valid value

Learn more: AWS S3 Multipart Upload Limits
Concurrent Files:
Number of files that can be uploaded simultaneously. (Range: 1 - 1000)
File Size:
Maximum size allowed for individual file uploads. Range: 1 MiB - {{ MAX_FILE_SIZE_MiB | number }} MiB (5 TiB).
Concurrent Parts:
Number of parts uploaded in parallel. Range: 1 - {{ MAX_TOTAL_PARTS | number }}. Current configuration will use approximately {{ partsAtMax | number }} parts for maximum file size.
Part Size:
Size of each chunk during multipart upload. Range: {{ MIN_PART_SIZE_MiB }} MiB - {{ MAX_PART_SIZE_MiB | number }} MiB (5 GiB). Minimum required for current configuration: {{ requiredMinPartSizeMiB | number }} MiB.
In-flight data per file: ~{{ maxConcurrentChunks * chunkSizeMiB | number }} MiB