TIL GitHub Projects; How to copy files to S3 bucket with CLI; `URLSessionConfiguration`'s `waitsForConnectivity` property
TIL GitHub Projects.
TIL how to copy files to s3 bucket with cli: aws s3 cp /path/to/file s3://bucket-name
.
TIL that URLSessionConfiguration
has property waitsForConnectivity
. By default, the system will wait seven days to see if internet connectivity becomes available, but it can be controlled with the timeoutIntervalForResource
property on configuration.