Create an S3 bucket or ensure an existing bucket is available for use.
For PeerDB to access the S3 Peer, you can either use an existing AWS user or create a new AWS user.
Create access keys for that user through AWS Console or AWS CLI or AWS API. By the end, you should have an access key along with its secret.
For the same user, create and attach the policy below using the JSON editor. Be sure to substitute the bucket name with your own. PeerDB requires s3:ListAllMyBuckets
, s3:GetObject
, s3:PutObject
, s3:ListBucket
and s3:DeleteObject
on that bucket.
In the PeerDB UI, select the Peers menu and select the New Peer option on the top right. Select the peer type as S3 and click on continue.
Create peer drop down
Validate
to see if any issues crop up and fix them accordingly. Then click Create peer to finish peer creation.Creating S3 peer
Create an S3 bucket or ensure an existing bucket is available for use.
For PeerDB to access the S3 Peer, you can either use an existing AWS user or create a new AWS user.
Create access keys for that user through AWS Console or AWS CLI or AWS API. By the end, you should have an access key along with its secret.
For the same user, create and attach the policy below using the JSON editor. Be sure to substitute the bucket name with your own. PeerDB requires s3:ListAllMyBuckets
, s3:GetObject
, s3:PutObject
, s3:ListBucket
and s3:DeleteObject
on that bucket.
In the PeerDB UI, select the Peers menu and select the New Peer option on the top right. Select the peer type as S3 and click on continue.
Create peer drop down
Validate
to see if any issues crop up and fix them accordingly. Then click Create peer to finish peer creation.Creating S3 peer