Skip to content

Commit

Permalink
feat(migrate-from-gcs): add first version
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Oct 13, 2023
1 parent 7832aca commit b968eb5
Show file tree
Hide file tree
Showing 7 changed files with 2,204 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# vim: set ft=sh:
AWS_ACCESS_KEY_ID=
AWS_DEFAULT_REGION=gra
AWS_ENDPOINT=https://s3.gra.perf.cloud.ovh.net/
AWS_SECRET_ACCESS_KEY=
ENV=dev
NETWORK=mainnet
RUST_LOG=migrate_payload_archive=debug,migrate_from_gcs=debug
S3_BUCKET=block-submission-archive-dev
Loading

0 comments on commit b968eb5

Please sign in to comment.