We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using a restore command on an object that is in the INTELLIGENT_TIERING class always fails with this error:
ERROR: S3 error: 400 (InvalidArgument): INTELLIGENT_TIERING objects are not subject to restore expiry. Do not specify Days when restoring this object
I've tried specifying --restore-days=0 and that just produces the error ERROR: Parameter problem: You must restore a file for 1 or more days
ERROR: Parameter problem: You must restore a file for 1 or more days
For example here is the command I am using:
s3cmd restore s3://bucketName/folder/file.png
What matters is that the object is in the INTELLIGENT_TIERING storage class.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using a restore command on an object that is in the INTELLIGENT_TIERING class always fails with this error:
ERROR: S3 error: 400 (InvalidArgument): INTELLIGENT_TIERING objects are not subject to restore expiry. Do not specify Days when restoring this object
I've tried specifying --restore-days=0 and that just produces the error
ERROR: Parameter problem: You must restore a file for 1 or more days
For example here is the command I am using:
s3cmd restore s3://bucketName/folder/file.png
What matters is that the object is in the INTELLIGENT_TIERING storage class.
The text was updated successfully, but these errors were encountered: