Skip to content
Snippets Groups Projects
Unverified Commit f2d5e7fe authored by T. Hinrichsmeyer's avatar T. Hinrichsmeyer
Browse files

etc

parent 1ceb7809
No related branches found
No related tags found
No related merge requests found
# GCP cloud SQL
Usage:
## Usage
List all buckets:
```sh
gcloud storage ls
```
List bucket content:
```sh
gcloud storage ls gs://mastodon--dev/accounts
```
Copy:
```sh
gcloud storage cp /tmp/index.html gs://versatiles-prod/index.html
```
......
# rclone
- Config at `~/.config/rclone/rclone.conf`
- [Docs](https://rclone.org/docs)
[Interactive config](https://rclone.org/docs/#configure):
```sh
rclone config
```
......@@ -27,8 +27,19 @@ Not GA yet.
- [Performance Features Matrix: GeeseFS, rclone, Goofys, S3FS, gcsfuse](https://github.com/yandex-cloud/geesefs?tab=readme-ov-file#performance-features)
- [Helm chart docs](https://github.com/yandex-cloud/k8s-csi-s3?tab=readme-ov-file#helm-chart)
- [Helm chart for csi-s3](https://github.com/yandex-cloud/k8s-csi-s3/tree/master/deploy/helm/csi-s3)
- Issue: [Proxy Support](https://github.com/yandex-cloud/k8s-csi-s3/issues/154)
- [gcsfuse](https://github.com/GoogleCloudPlatform/gcsfuse)
- Only for GKE
- [s3fs-fuse](https://github.com/s3fs-fuse/s3fs-fuse)
- [csi-gcs](https://github.com/ofek/csi-gcs)
- Stale, last commit 2023
- [csi-gcs](https://github.com/ofek/csi-gcs)
- [mountpoint-s3](https://github.com/awslabs/mountpoint-s3)
- [Add support for minio and other non-AWS S3 object stores](https://github.com/awslabs/mountpoint-s3/issues/144)
- [Installation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/main/docs/INSTALL.md)
### Stale
- [s3-mounter](https://github.com/meain/s3-mounter)
- [ctrox/csi-s3](https://github.com/ctrox/csi-s3)
- Archived, superseded by `yandex/k8s-csi-s3`
# TOML
- [Website](https://toml.io/en/)
......@@ -14,6 +14,7 @@ exclude = [
'^https://askubuntu.com/.*',
'^https://stackoverflow.com/.*',
'^https://www.gnu.org/.*', # Too Many Requests
'^https://serverfault.com/.*$', # Forbidden
]
exclude_path = ['lychee.toml']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment