Use this if you are a developer sharing a technical update or tutorial. Moving our Large Assets to AWS S3 with Git LFS ☁️📦 Post Content:
"Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject" ], "Resource": [ "arn:aws:s3:::lfs-binaries-*/*", "arn:aws:s3:::lfs-logs-*/*" ] lfs s3 account
# Install awscli from source or binary wget https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip unzip awscli-exe-linux-x86_64.zip ./aws/install Use this if you are a developer sharing