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

Change 2-letter upload codes to more meaningful names #573

Closed
EricClaeys opened this issue Oct 5, 2021 · 0 comments · Fixed by #578
Closed

Change 2-letter upload codes to more meaningful names #573

EricClaeys opened this issue Oct 5, 2021 · 0 comments · Fixed by #578
Assignees

Comments

@EricClaeys
Copy link
Collaborator

When uploading files, the upload.sh script uploads to a temporary file name, then move that temporary file to the final destination. The temporary file name is passed to upload.sh as a 2-letter string, and a random number is appended. The 2-letter strings indicate what type of file is being uploaded:

  • TL = Time Lapse
  • NI = Notification Image
  • ST = StarTrails
    etc.
    Those temporary files sometimes remain on the user's web server due to bugs.
    To aid in debugging, the 2-letter strings should be more meaningful, for example "ST" should be "StarTrails".
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 a pull request may close this issue.

1 participant