-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for cloud storage compression
Cloud storage is a limited resource, and thus it makes sense to support data compression before sending the data to cloud storage. A new hidden setting allows to toggle on cloud storage compression: name: cloudStorageCompression default: false By default, this hidden setting is `false`, and a user must set it to `true` to enable compression of cloud storage items. This hidden setting will eventually be toggled to `true` by default, when there is good confidence a majority of users are using a version of uBO which can properly handle compressed cloud storage items. A cursory assessment shows that compressed items are roughly 40-50% smaller in size.
- Loading branch information
Showing
7 changed files
with
367 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.