Skip to content

aws: drop s3 cleaning and drop the bash part#47

Merged
croissanne merged 2 commits intoosbuild:mainfrom
ondrejbudai:s3-drop
Aug 26, 2025
Merged

aws: drop s3 cleaning and drop the bash part#47
croissanne merged 2 commits intoosbuild:mainfrom
ondrejbudai:s3-drop

Conversation

@ondrejbudai
Copy link
Copy Markdown
Member

aws: drop s3 cleaning

S3 supports lifecycle policies which can do the same thing as
our script: delete old objects based on their age (with support for
filtering based on tags).

Let's use these instead so we don't have to do it using this script.
This allows us to just delete all code related to S3 from this repo.
Since this was the last piece using awscli, we can also remove the
awscli initialization.


aws: drop aws.sh in favor of aws.py

aws.sh is now an empty shell, so let's just drop it.


S3 supports lifecycle policies which can do the same thing as
our script: delete old objects based on their age (with support for
filtering based on tags).

Let's use these instead so we don't have to do it using this script.
This allows us to just delete all code related to S3 from this repo.
Since this was the last piece using awscli, we can also remove the
awscli initialization.
aws.sh is now an empty shell, so let's just drop it.
@croissanne croissanne merged commit 5ccfb9c into osbuild:main Aug 26, 2025
2 checks passed
@ondrejbudai ondrejbudai deleted the s3-drop branch September 3, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants