DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block |
|---|
aws s3 --endpoint-url http://localhost:9878/vol1 cp docker-config s3://bucket/qwe/dir1/dir1/file2 |
Testing
Testing with aws cli
aws s3 cli can be used without any modification, just add an additional --endpoint-url all the time. For example:
| Code Block |
|---|
aws s3api --endpoint http://localhost:9878 create-bucket --bucket bucket2 |
Executing s3a unit tests
First of all you need a running s3g cluster. See the previous section here to start it. TLDR;
...