@amorphic
for me the config looks like
[profile mike]
region = ap-south-1
output = json
[default]
s3 =
max_concurrent_requests = 4
max_bandwidth = 1MB/s
and when i am doing copy on sync for file more than 1mb i am still getting error like this
aws s3 cp /Users/mohitkumar/Documents/GitHub/bargainn/apps/bargainn-web/src/data/mockData.ts s3://bg-central-bargainn-bucket/
Completed 1.0 MiB/1.2 MiB (3.1 MiB/s) with 1 file(s) remaining
upload failed: mockData.ts to s3://xxx/mockData.ts Connection was closed before we received a valid response from endpoint URL: "https://xxx.s3.ap-south-1.amazonaws.com/mockData.ts".
Any idea whats wrong ??