Blog

Read all latest blog posts

How to check file update on an S3 bucket and download latest version into the local folder

How to check file update on an S3 bucket and download latest version into the local folder

1- Install AWS cli on your server. 2- Run aws configure command to add your AWS Key & secret

How to share files between steps on Bitbucket pipeline

How to share files between steps on Bitbucket pipeline

bitbucket-pipelines.yml image: node:16 pipelines: default: - step: name: Build caches: - node script: - echo "Building files" - yarn - yarn build .

How upload built file to S3 bucket in Bitbucket pipeline

How upload built file to S3 bucket in Bitbucket pipeline

1- Create new file in your Bitbucket repo bitbucket-pipelines.yml 2- Copy below code to file

Permissions for static website on S3 bucket

Permissions for static website on S3 bucket

1- Goto your S3 bucket and choose Permissions tab. 2- Under Block public access (bucket settings), choose Edit.