backup / backup/backup-features
When storing remotely, print full url in log msgs
- Dominant language
- No language data
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
This is what we currently see in the logs:
```
[2015/11/06 21:02:52][info] Storage::S3 (manual) Started...
[2015/11/06 21:02:52][info] Storing 'mybucket/mypath/my-model/2015.11.06.21.02.51/my-model.tar'...
[2015/11/06 21:02:52][info] Storage::S3 (manual) Finished!
[2015/11/06 21:02:52][info] Storage::Local (manual) Started...
[2015/11/06 21:02:52][info] Storing '/var/mybackups/my-model/2015.11.06.21.02.51/my-model.tar'
```
Would be nice if the full URL were in the output for remote S3 storage. A coworker ran the backup command I had documented, but didn't know what the URL of the stored file was (https://s3.amazonaws.com/mybucket/mypath/my-model/2015.11.06.21.02.51/my-model.tar), and had to seek guidance.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.