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 Glacier Storage Class Display #7283

Closed
cyberduck opened this issue Jun 5, 2013 · 3 comments
Closed

S3 Glacier Storage Class Display #7283

cyberduck opened this issue Jun 5, 2013 · 3 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

2063a3d created the issue

Thanks for the work on #6830 - Bucket Lifecycle Configuration

Following from this, I note that (using 4.3.2 11068 ) when a S3 item is in Glacier, a) the Storage Class drop down shows "Unknown" and b) an attempt to change the drop down value (to say regular S3 storage) generates the error:

"S3 Error Message. Forbidden. Operation is not valid for the source object's storage class."

Proposals:

1/ Items with storage class = Glacier should be shown as such via ListBucketResult.Contents.StorageClass (or whatever)

2/ For StorageClass=Glacier, the drop down should be replaced with a text display or otherwise locked as Glacier restores are currently out of scope.

Clearly, functionality that actually implements a Glacier Object Restore would be a nice-to-have but also a much larger and complex undertaking. Also as the whole point of Glacier restores is that they are rare/infrequent, using the AWS site is probably good enough.

The proposals above are therefore merely to clarify existing functionality rather than to add to it.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Added display of Glacier option in 01cd469. Localization in f66f946.

@cyberduck
Copy link
Collaborator Author

2063a3d commented

Although the "Glacier" option now appears in the dropdown (v4.3.2 11107) this value is not correctly assigned to objects that have storageClass = GLACIER.

Attaching screenshots of the same object via a) Cyberduck, b) S3 Management Console and c) REST API output (curl/php). Ticket reopened.

[[Image(7283:cd_glacier_1.png)]]

[[Image(7283:cd_glacier_2.png)]]

[[Image(7283:cd_glacier_3.png)]]

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In fa1d3a2.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants