We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b280ff1 commit fbd0f9bCopy full SHA for fbd0f9b
.github/workflows/backups.yml
@@ -58,7 +58,7 @@ jobs:
58
role-session-name: GithubActionsBackup
59
audience: sts.amazonaws.com
60
61
- - name: Upload repository to S3
+ - name: Upload repository to S3 Glacier
62
run: |
63
- aws s3 cp "${{ steps.make-tarball.outputs.TARBALL_FILENAME }}" "s3://nf-core-repos-backup--euw1-az1--x-s3/${{ steps.make-tarball.outputs.TARBALL_FILENAME }}"
64
-
+ aws s3 cp "${{ steps.make-tarball.outputs.TARBALL_FILENAME }}" "s3://nf-core-repos-backup/${{ steps.make-tarball.outputs.TARBALL_FILENAME }}" \
+ --storage-class DEEP_ARCHIVE
0 commit comments