Текущий класс объектов: Glacier Flexible Retrieval (formerly Glacier)
Необходимо изменить на стандарт
Через WWW
ОШИБКА:
Automatically canceled
After 10,000 failed edits, the S3 console automatically cancels the edit storage class action for the remaining objects. For more information, see the Error column in the Failed to edit table below.
Ну гуд, больше 10т (может быть отдельный вопрос возможно ли снять ограничения)
CLI:
aws s3 cp
s3://awsexamplebucket/dir1/ s3://awsexamplebucket/dir1/ --storage-class STANDARD --recursive --force-glacier-transfer
ОШИБКА:
copy failed:
s3://****** to
s3://******* An error occurred (InvalidObjectState) when calling the CopyObject operation: Operation is not valid for the source object's storage class
UPLOAD
Похоже проблема в кирилице
aws s3api restore-object --bucket f1 --key Сбер/Сбер.zip --restore-request '{"Days":25,"GlacierJobParameters":{"Tier":"Standard"}}'
Результат:
An error occurred (NoSuchKey) when calling the RestoreObject operation: The specified key does not exist.
а соответсвенно
aws s3api restore-object --bucket f1 --key Sberb/Sber.zip --restore-request '{"Days":25,"GlacierJobParameters":{"Tier":"Standard"}}'
работает