github.com/bcskill/bcschain/v3@v3.4.9-beta2/ethdb/s3/README.md (about)

     1  ethdb/s3
     2  ========
     3  
     4  ## Integration testing
     5  
     6  To run integration tests, specify the `integration` tag during tests and pass
     7  in the appropriate settings for your S3-compatible bucket:
     8  
     9  ```sh
    10  $ go test -tags integration . -endpoint nyc3.digitaloceanspaces.com -bucket gochain-test -access-key-id 00000000000000000000 -secret-access-key 0000000/00000000000000000000000000000000000
    11  ```
    12  
    13  Files on the bucket will be automatically cleaned up after a successful test run.