You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure your credentials the same way as [Azure Blob Storage](https://github.com/StatCan/goofys/blob/master/README-azure.md#azure-blob-storage) above, and then:
55
+
Configure your credentials the same way as [Azure Blob Storage](https://github.com/voyvodov/goofys/blob/master/README-azure.md#azure-blob-storage) above, and then:
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<imgsrc="doc/goofys.png"height="32"width="32"align="middle" /> Goofys is a high-performance, POSIX-ish [Amazon S3](https://aws.amazon.com/s3/) file system written in Go
See also: [Instruction for Azure Blob Storage, Azure Data Lake Gen1, and Azure Data Lake Gen2](https://github.com/StatCan/goofys/blob/master/README-azure.md).
62
+
See also: [Instruction for Azure Blob Storage, Azure Data Lake Gen1, and Azure Data Lake Gen2](https://github.com/voyvodov/goofys/blob/master/README-azure.md).
63
63
64
-
Got more questions? Check out [questions other people asked](https://github.com/StatCan/goofys/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Aquestion%20)
64
+
Got more questions? Check out [questions other people asked](https://github.com/voyvodov/goofys/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Aquestion%20)
65
65
66
66
# Benchmark
67
67
68
68
Using `--stat-cache-ttl 1s --type-cache-ttl 1s` for goofys
69
69
`-ostat_cache_expire=1` for s3fs to simulate cold runs. Detail for the
See also: [cached benchmark result](https://github.com/StatCan/goofys/blob/master/bench/cache/README.md) and [result on Azure](https://github.com/StatCan/goofys/blob/master/bench/azure/README.md).
83
+
See also: [cached benchmark result](https://github.com/voyvodov/goofys/blob/master/bench/cache/README.md) and [result on Azure](https://github.com/voyvodov/goofys/blob/master/bench/azure/README.md).
84
84
85
85
# License
86
86
@@ -125,15 +125,15 @@ Additionally, goofys also works with the following non-S3 object stores:
125
125
126
126
## Integration with [meta-fuse-csi-plugin](https://github.com/pfnet-research/meta-fuse-csi-plugin/tree/main)
127
127
128
-
This repository also contains files from the the meta-fuse-csi-plugin repository with more information being found [here](https://github.com/StatCan/aaw/blob/master/docs/dev/features/netapp-mounting/overview.md#integration-with-netapp). The initial commit to add them is [here](https://github.com/StatCan/goofys/commit/9db676b41fd4546c06d7fd1df6afbac44d29bde5) with subsequent commits refining the process.
129
-
The purpose of this was to [simplify the process described here](https://github.com/StatCan/aaw/blob/master/docs/dev/features/netapp-mounting/overview.md#deployment-checklist).
128
+
This repository also contains files from the the meta-fuse-csi-plugin repository with more information being found [here](https://github.com/voyvodov/aaw/blob/master/docs/dev/features/netapp-mounting/overview.md#integration-with-netapp). The initial commit to add them is [here](https://github.com/voyvodov/goofys/commit/9db676b41fd4546c06d7fd1df6afbac44d29bde5) with subsequent commits refining the process.
129
+
The purpose of this was to [simplify the process described here](https://github.com/voyvodov/aaw/blob/master/docs/dev/features/netapp-mounting/overview.md#deployment-checklist).
130
130
131
131
# References
132
132
133
133
* Data is stored on [Amazon S3](https://aws.amazon.com/s3/)
134
134
*[Amazon SDK for Go](https://github.com/aws/aws-sdk-go)
135
135
* Other related fuse filesystems
136
-
*[catfs](https://github.com/StatCan/catfs): caching layer that can be used with goofys
136
+
*[catfs](https://github.com/voyvodov/catfs): caching layer that can be used with goofys
137
137
*[s3fs](https://github.com/s3fs-fuse/s3fs-fuse): another popular filesystem for S3
0 commit comments