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
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ The application can be configured with the following environment variables:
29
29
-`USE_SSL`: Whether your S3 server uses SSL or not (defaults to `true`)
30
30
-`SKIP_SSL_VERIFICATION`: Whether the HTTP client should skip SSL verification (defaults to `false`)
31
31
-`SIGNATURE_TYPE`: The signature type to be used (defaults to `V4`; valid values are `V2, V4, V4Streaming, Anonymous`)
32
-
-`PORT`: The port the s3manager app should listen on (defaults to `8080`)
32
+
-`PORT`: The port the app should listen on (defaults to `8080`)
33
33
-`ALLOW_DELETE`: Enable buttons to delete objects (defaults to `true`)
34
34
-`FORCE_DOWNLOAD`: Add response headers for object downloading instead of opening in a new tab (defaults to `true`)
35
35
-`LIST_RECURSIVE`: List all objects in buckets recursively (defaults to `false`)
36
36
-`USE_IAM`: Use IAM role instead of key pair (defaults to `false`)
37
37
-`IAM_ENDPOINT`: Endpoint for IAM role retrieving (Can be blank for AWS)
38
-
-`SSE_TYPE`: Specified server side encrpytion (defaults blank) Valid values can be `SSE`, `KMS`, `SSE-C` all others values don't enable the SSE
38
+
-`SSE_TYPE`: Specified server side encryption (defaults blank) Valid values can be `SSE`, `KMS`, `SSE-C` all others values don't enable the SSE
39
39
-`SSE_KEY`: The key needed for SSE method (only for `KMS` and `SSE-C`)
40
-
-`TIMEOUT`: The read and write timout in seconds (default to `600` - 10 minutes)
40
+
-`TIMEOUT`: The read and write timeout in seconds (default to `600` - 10 minutes)
41
41
42
42
### Build and Run Locally
43
43
@@ -50,7 +50,7 @@ The application can be configured with the following environment variables:
50
50
51
51
### Deploy to Kubernetes
52
52
53
-
You can deploy s3manager to a Kubernetes cluster using the [Helm chart](https://github.com/sergeyshevch/s3manager-helm).
53
+
You can deploy S3 Manager to a Kubernetes cluster using the [Helm chart](https://github.com/sergeyshevch/s3manager-helm).
54
54
55
55
## Development
56
56
@@ -70,8 +70,12 @@ The image is available on [Docker Hub](https://hub.docker.com/r/cloudlena/s3mana
70
70
71
71
### Run Locally for Testing
72
72
73
-
There is an example [docker-compose.yml](https://github.com/cloudlena/s3manager/blob/main/docker-compose.yml) file that spins up an S3 service and the s3manager. You can try it by issuing the following command:
73
+
There is an example [docker-compose.yml](https://github.com/cloudlena/s3manager/blob/main/docker-compose.yml) file that spins up a S3 service and the S3 Manager. You can try it by issuing the following command:
74
74
75
75
```shell
76
76
$ docker-compose up
77
77
```
78
+
79
+
## GitHub Stars
80
+
81
+
[](https://starchart.cc/cloudlena/s3manager)
0 commit comments