-
Notifications
You must be signed in to change notification settings - Fork 997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support s3 storageclass #1043
Comments
Currently, we can create the S3 bucket manually and pick the storage class as you like. We should document this. Since different vendor has different storage classes, it will be a burden to maintain them. |
Hi, I am currently using juicefs in production. |
Just realized that we can't change the default storage class of S3 bucket, let's reopen this issue, target it for v1.1 release |
done by #3534 |
What would you like to be added:
For s3-like object storage backend, storageclass is used to control redundancy level of a object (https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html) and it has been implemented by s3 client library. It would be great if we could have this property on juicefs format to let user have the choice of what level of redundancy they want and reduce the cost of s3.
Why is this needed:
I want to use “Reduced Redundancy” level of storageclass for non-important files.
The text was updated successfully, but these errors were encountered: