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

S3 config does not include Glacier Instant Retrieval storage class option #12915

Closed
yousefamar opened this issue Feb 23, 2022 · 2 comments · Fixed by #12932
Closed

S3 config does not include Glacier Instant Retrieval storage class option #12915

yousefamar opened this issue Feb 23, 2022 · 2 comments · Fixed by #12932
Assignees
Labels
enhancement s3 AWS S3 Protocol Implementation
Milestone

Comments

@yousefamar
Copy link

Describe the bug

The dropdown for default storage class for S3 does not include Glacier Instant Retrieval (I think because this might be a newer class?)

To Reproduce
Steps to reproduce the behavior:

  1. Go to Preferences
  2. Click on S3
  3. Open the Storage Class dropdown
  4. See that Glacier Instant Retrieval is missing

(I tried other ones to see if it might just be that they're labelled differently, but then when I check on the S3 console, it's none of them)

Expected behavior
That that option is there

Screenshots

image

Desktop (please complete the following information):

  • OS: Win
  • Version 10

Log Files
N/A

Additional context
N/A

@tatze96 tatze96 added enhancement s3 AWS S3 Protocol Implementation labels Mar 1, 2022
@AliveDevil
Copy link
Contributor

@dkocher
Copy link
Contributor

dkocher commented Mar 2, 2022

Identifier GLACIER_IR

Amazon S3 Glacier Instant Retrieval storage class is a new low cost storage class for customers with long-term, rarely accessed, data that is immediately accessible (less than a second for first byte latency). The target customers for this storage class are those who access an object less than once a quarter but require immediate access.

https://aws.amazon.com/s3/storage-classes/glacier/instant-retrieval/

@dkocher dkocher added this to the 8.2.4 milestone Mar 2, 2022
@dkocher dkocher linked a pull request Mar 2, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement s3 AWS S3 Protocol Implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants