Skip to content

Automate S3 backups of release attachments #24123

@jwnimmer-tri

Description

@jwnimmer-tri

Is your feature request related to a problem? Please describe.

We currently have a "push s3" feature of the push_release script that we run manually after every release:

if options.push_s3:
_push_s3(state)

This is extra work that would be better automated.

Describe the solution you'd like

(Possibly this just means factoring out the code that does this from push_release into a separate program, designed for CI to call.)

Metadata

Metadata

Assignees

Type

No type

Projects

Status

On deck

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions