S3 Account: Lfs

Your AWS S3 bucket where the actual heavy binaries reside. 2. Prerequisites and Environment Setup

Inside the LFS chroot (or final system): lfs s3 account

"Version": "2012-10-17", "Statement": [ "Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject", "s3:DeleteObject", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::company-git-lfs-store", "arn:aws:s3:::company-git-lfs-store/*" ] ] Use code with caution. Step 3: Deploy the LFS-S3 Bridge Your AWS S3 bucket where the actual heavy binaries reside

Which (GitHub, GitLab, Bitbucket, or self-hosted) you are currently using. "Statement": [ "Effect": "Allow"

Complete the policy creation and name it GitLFSS3StoragePolicy . Go to -> Create user . Name it git-lfs-s3-worker . Attach the GitLFSS3StoragePolicy directly to this user.

"Sid": "S3ObjectAccess", "Effect": "Allow", "Action": ["s3:PutObject", "s3:GetObject", "s3:DeleteObject"], "Resource": ["arn:aws:s3:::<BUCKET>/*"] ,