gateway-gcs: remove files older than 2 weeks in minio.sys.temp (#4599).

Rename ##minio## to {minio}.
This commit is contained in:
Krishna Srinivas
2017-07-19 19:33:10 -07:00
committed by deekoder
parent 0a1501bc1b
commit eb787d8613
2 changed files with 85 additions and 31 deletions
+3 -3
View File
@@ -108,15 +108,15 @@ func TestIsGCSMarker(t *testing.T) {
expected bool
}{
{
marker: "##miniogcs123",
marker: "{minio}gcs123",
expected: true,
},
{
marker: "##mini_notgcs123",
marker: "{mini_no}tgcs123",
expected: false,
},
{
marker: "#minioagainnotgcs123",
marker: "{minioagainnotgcs123",
expected: false,
},
{