Unverified Commit 6f7c1305 authored by Nugine's avatar Nugine
Browse files

scripts: change example keys

parent d2af303c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -69,8 +69,8 @@ Run `s3s-fs` with example configuration
```

```
Access Key: AKIAIOSFODNN7EXAMPLE
Secret Key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Access Key: AKEXAMPLES3S
Secret Key: SKEXAMPLES3S
```

Then you can explore it with your favorite S3 client!
+5 −5
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ if [ -z "$RUST_LOG" ]; then
fi

s3s-fs \
    --access-key    AKIAIOSFODNN7EXAMPLE                        \
    --secret-key    wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY    \
    --access-key    AKEXAMPLES3S    \
    --secret-key    SKEXAMPLES3S    \
    --host          localhost       \
    --port          8014            \
    --domain-name   localhost:8014  \