restic/internal/backend/s3
Michael Eischer 4b364940aa s3: use http client with configured timeouts for s3 IAM communication
The default client has no timeouts configured opening network
connections. Thus, if 169.254.169.254 is inaccessible, then the client
would wait for until the operating system gives up, which will take
several minutes.
2024-07-07 11:32:40 +02:00
..
config.go Deprecate s3legacy layout 2024-04-10 21:27:56 +02:00
config_test.go location: Make ParseConfig-test backend agnostic 2023-06-17 15:15:58 +02:00
s3.go s3: use http client with configured timeouts for s3 IAM communication 2024-07-07 11:32:40 +02:00
s3_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00