Custom album upload path
Tom Raganowicz
At the moment S3Drive will upload media to
<SuffixDirectoryPath>/<AlbumName>
path, where SuffixDirectoryPath
is configurable and by default set to Automatic Uploads/<PhoneBrandName>
.Some users don't have need for multiple album upload and would like to keep the simplicity of folder structure.
We probably shouldn't allow disabling the structure that was implemented: https://s3drive.canny.io/feature-requests/p/preserve-folder-structure-for-a-different-albums-media-backup as we would risk file collisions, if multiple files are uploaded to a single folder.
What we could do is to confirm the upload path with the user the very first moment when album gets selected. At this stage user could configure upload path for their preferred album to custom location.