#!/bin/bash

bucket_name="p81-devops"
path="files/solo-lock"
file_name="lock"


aws s3 rm "s3://$bucket_name/$path/$file_name"
