Skip to content
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

Document S3_STORAGE_CLASS feature and supported values #2222

Open
alanking opened this issue Jan 10, 2025 · 0 comments
Open

Document S3_STORAGE_CLASS feature and supported values #2222

alanking opened this issue Jan 10, 2025 · 0 comments

Comments

@alanking
Copy link
Contributor

From #2221 (comment)

Here are the (currently) supported strings in the code...

const std::string S3_STORAGE_CLASS_STANDARD{"STANDARD"};
const std::string S3_STORAGE_CLASS_GLACIER{"GLACIER"};
const std::string S3_STORAGE_CLASS_DEEP_ARCHIVE{"DEEP_ARCHIVE"};
const std::string S3_STORAGE_CLASS_GLACIER_IR{"GLACIER_IR"};
const std::string S3_DEFAULT_STORAGE_CLASS{S3_STORAGE_CLASS_STANDARD};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant