mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #271] [MERGED] Add support for standard_ia storage class #1438
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1438
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/271
Author: @gaul
Created: 9/17/2015
Status: ✅ Merged
Merged: 9/28/2015
Merged by: @ggtakec
Base:
master← Head:storage-class📝 Commits (1)
785ed64Add support for standard_ia storage class📊 Changes
4 files changed (+53 additions, -21 deletions)
View changed files
📝
src/curl.cpp(+16 -10)📝
src/curl.h(+9 -3)📝
src/s3fs.cpp(+25 -6)📝
src/s3fs_util.cpp(+3 -2)📄 Description
This enables storage with lower at-rest prices, higher request prices,
and lower availability. Also rework existing reduced redundancy
parsing into a more generic storage class. More background on
standard_ia:
https://aws.amazon.com/blogs/aws/aws-storage-update-new-lower-cost-s3-storage-option-glacier-price-reduction/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.