Skip to content

Commit 70f5d13

Browse files
vtbassmattjc-clarksophietheking
authored
LFS billing model change - pre-change (#40155)
Co-authored-by: Joe Clark <[email protected]> Co-authored-by: Sophie <[email protected]>
1 parent 6106819 commit 70f5d13

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

content/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage.md

+12
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,24 @@ shortTitle: About Git LFS billing
1818

1919
{% data reusables.large_files.free-storage-bandwidth-amount %} {% data reusables.large_files.does_not_carry %}
2020

21+
{% note %}
22+
23+
**Note:** On September 1st, 2023, the free entitlement for {% data variables.large_files.product_name_short %} is increasing. If you use {% data variables.product.prodname_free_user %} or {% data variables.product.prodname_pro %}, you will receive 10GiB of free storage and 10GiB a month of free bandwidth. If you use {% data variables.product.prodname_team %} or {% data variables.product.prodname_ghe_cloud %}, you will receive 250GiB of free storage and 250GiB a month of free bandwidth. Learn more about this change in the [{% data variables.product.prodname_github_community %} discussion](https://github.com/orgs/community/discussions/61362).
24+
25+
{% endnote %}
26+
2127
{% data reusables.large_files.owner_quota_only %}
2228

2329
{% data reusables.user-settings.context_switcher %}
2430

2531
## Purchasing additional storage and bandwidth
2632

33+
{% note %}
34+
35+
**Note:** On September 1st, 2023, the billing model for {% data variables.large_files.product_name_short %} is changing. Data packs will be replaced by metered billing. Learn more about this change in the [{% data variables.product.prodname_github_community %} discussion](https://github.com/orgs/community/discussions/61362).
36+
37+
{% endnote %}
38+
2739
Additional storage and bandwidth is offered in a single data pack. One data pack costs {% data variables.large_files.pack_monthly_price %}, and provides a monthly quota of {% data variables.large_files.pack_monthly_bandwidth %} for bandwidth and {% data variables.large_files.pack_monthly_storage %} for storage. You can purchase as many data packs as you need. For example, if you need 150 GB of storage, you'd buy three data packs. For more information about how to purchase additional storage and bandwidth, see "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage)."
2840

2941
Purchasing data packs for {% data variables.large_files.product_name_short %} is independent of any other paid feature or product on {% data variables.product.product_name %}.

data/variables/large_files.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
product_name_long: 'Git Large File Storage'
22
product_name_short: 'Git LFS'
3-
warning_size: '50 MB'
4-
max_github_size: '100 MB'
5-
max_github_browser_size: '25 MB'
6-
initial_bandwidth_quota: '1 GB'
7-
initial_storage_quota: '1 GB'
8-
max_lfs_size: '2 GB'
9-
max_file_size: '2 GB'
3+
warning_size: '50 MiB'
4+
max_github_size: '100 MiB'
5+
max_github_browser_size: '25 MiB'
6+
initial_bandwidth_quota: '1 GiB'
7+
initial_storage_quota: '1 GiB'
8+
max_lfs_size: '2 GiB'
9+
max_file_size: '2 GiB'
1010
command_name: lfs
1111
version_name: https://git-lfs.github.com/spec/v1
1212
pack_monthly_price: $5 per month
13-
pack_monthly_bandwidth: '50 GB'
14-
pack_monthly_storage: '50 GB'
13+
pack_monthly_bandwidth: '50 GiB'
14+
pack_monthly_storage: '50 GiB'

0 commit comments

Comments
 (0)