-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
InvalidStorageClass when calling the PutObject for storage-class STANDARD_IA #5469
Comments
@hungntit storage classes were not supported as of version We recently added support for storage classes with |
@nitisht Will we support for |
it is not planned as of now @hungntit . |
There is no meaning for STANDARD_IA in Minio while it can be implemented, it is quite redundant with STANDARD. |
Currently I use minio on dev environment instead of S3. Could we support STANDARD_IA like STANDARD storage class? |
STANDARD_IA is not meaningful in context of Minio, STANDARD_IA is STANDARD in Minio so you can simply use STANDARD. We can also make STANDARD_IA behave like STANDARD but we didn't want to confuse users so we error out. |
Thanks @harshavardhana @nitisht |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I use the docker image minio/minio:RELEASE.2018-01-18T20-33-21Z or latest, when I execute the command:
aws --endpoint-url http://localhost:9555 --profile localdev s3 cp --storage-class STANDARD_IA README.md s3://tettet/README.md
I got the result upload failed: ./README.md to s3://tettet/README.md An error occurred (InvalidStorageClass) when calling the PutObject operation: Invalid storage class.
But it run successfully when I use the old image minio/minio:RELEASE.2017-11-22T19-55-46Z
The text was updated successfully, but these errors were encountered: