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

Colons in filenames getting errored in get-transfer #102

Open
jackleland opened this issue Mar 19, 2024 · 0 comments
Open

Colons in filenames getting errored in get-transfer #102

jackleland opened this issue Mar 19, 2024 · 0 comments

Comments

@jackleland
Copy link
Contributor

If a filename has a colon in it then it will fail to be transferred when get-requested as the split(':') command invoked when reading the object_name from the PathDetails will result in more than 2 parts. We can either

  1. Exclude filenames with colons in them
  2. Use a different separator for the object_name e.g. ':::'
  3. Accept that it can be split into more than two parts and put some verification in on the bucket name extracted

(1) seems unnecessarily restrictive, (2) may require a migration for existing records, (3) is probably the best choice?

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

No branches or pull requests

1 participant