1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-23 00:00:04 +01:00
restic/backend/sftp
Christian Kemper 562c8b4264 Added support for Google Cloud Storage repositories using minio
Implemented Google Cloud Storage support using the existing minio libraries.
GCS repositories get specified using gs://bucketname/prefix syntax.

Cloned the existing S3 support and tests to use them for GCS as well.

Added tests for the various cases to config_test and location_test.

Remove trailing slashes in repository specification.
2016-02-10 23:50:19 -08:00
..
backend_test.go Remove Create() everywhere 2016-01-24 20:23:50 +01:00
config.go Added support for Google Cloud Storage repositories using minio 2016-02-10 23:50:19 -08:00
config_test.go Rename URI -> Config/Location 2016-01-17 18:48:05 +01:00
doc.go Add minimal documentation for backend/{local,sftp} 2015-05-09 12:54:45 +02:00
sftp.go sftp: Reduce duplicate code, add error check 2016-01-26 22:16:24 +01:00
sftp_backend_test.go sftp: Reduce duplicate code, add error check 2016-01-26 22:16:24 +01:00
sftp_unix.go Create ignoreSigIntProcAttr() 2015-08-16 12:51:01 +02:00
sftp_windows.go Create ignoreSigIntProcAttr() 2015-08-16 12:51:01 +02:00