I have…
- [ x ] Checked the logs and have uploaded a log file and provided a link because I found something suspicious there. Please do not post the log file in the topic because very often something important is missing.
Stacktrace: https://i.imgur.com/N3Vz6OD.png
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ x ] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
If S3 is used as asset store, then restore fails when inner.Length
is accessed:
// https://github.com/Squidex/squidex/blob/master/backend/src/Squidex.Infrastructure.Amazon/Assets/SeekFakerStream.cs:32
public override long Length
{
get { return inner.Length; }
}
It seems like DeflateStream
doesn’t support property Length
.
This property is not supported and always throws a NotSupportedException.
Expected behavior
Minimal reproduction of the problem
- Set S3 as asset store.
- Upload an asset.
- Create a backup.
- Restore backup.
Environment
- [ x ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: 4.1.0
Browser:
- [ x ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others: