Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Ability to list a file source for history archiving that will not also be added to import/export #19640

Open
cat-bro opened this issue Feb 18, 2025 · 0 comments

Comments

@cat-bro
Copy link
Contributor

cat-bro commented Feb 18, 2025

We are interested in allowing users to archive their histories and free disk space.
I have added the following to file_sources.conf on the Galaxy Australia dev server

- type: s3fs
  label: Galaxy Australia Archive Storage
  endpoint_url: https://swift.rc.nectar.org.au:443
  id: usegalaxy-au-archive-test
  bucket: usegalaxy-au-archive-test
  doc: Galaxy Australia Archive Storage
  anon: false
  secret: {{ vault_nectar_melbournegvl_cb_ec2_secret_key }}
  key: {{ vault_nectar_melbournegvl_cb_ec2_access_key }}
  writable: true

The only purpose for this bucket is to hold archived histories - we have no wish to use it for import and export tools, however I can’t find an option to exclude this and it turns up as an option for both the uploader and the ‘Export to file’ tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants